InstrProf: Teach llvm-cov to handle universal binaries when given -arch
authorJustin Bogner <mail@justinbogner.com>
Wed, 11 Mar 2015 02:30:51 +0000 (02:30 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 11 Mar 2015 02:30:51 +0000 (02:30 +0000)
commitd39109de0964809f8c7ccfdad49901efb66bfba2
treec9e4107f43ab1333208079e6363077fa8d826600
parente6e0135d1ac0023d43c4ee630e1ab064a34f304e
InstrProf: Teach llvm-cov to handle universal binaries when given -arch

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231902 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ProfileData/CoverageMapping.h
include/llvm/ProfileData/CoverageMappingReader.h
lib/ProfileData/CoverageMapping.cpp
lib/ProfileData/CoverageMappingReader.cpp
test/tools/llvm-cov/Inputs/universal-binary [new file with mode: 0755]
test/tools/llvm-cov/Inputs/universal-binary.proftext [new file with mode: 0644]
test/tools/llvm-cov/universal-binary.c [new file with mode: 0644]
tools/llvm-cov/CodeCoverage.cpp