diff options
author | Justin Bogner <mail@justinbogner.com> | 2015-03-16 21:40:18 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2015-03-16 21:40:18 +0000 |
commit | a438717638bfe7e67f82de167306a898571ce925 (patch) | |
tree | 14dcce95e2f10b40e2aa6befc74bbcef6477bb1f /llvm/test/tools/llvm-cov/Inputs | |
parent | a20616ec1062e53915c0f7715cde009abe527b73 (diff) | |
download | bcm5719-llvm-a438717638bfe7e67f82de167306a898571ce925.tar.gz bcm5719-llvm-a438717638bfe7e67f82de167306a898571ce925.zip |
InstrProf: Fix CoverageMappingReader on big endian
This makes the reader check the endianness of the object file its
given and behave appropriately. For the test I dug up a really old
linker and created a ppc-apple-darwin file for llvm-cov to read.
llvm-svn: 232422
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs')
-rwxr-xr-x | llvm/test/tools/llvm-cov/Inputs/binary-formats.macho32b | bin | 0 -> 9352 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/binary-formats.macho32b b/llvm/test/tools/llvm-cov/Inputs/binary-formats.macho32b Binary files differnew file mode 100755 index 00000000000..bb9f356c9dc --- /dev/null +++ b/llvm/test/tools/llvm-cov/Inputs/binary-formats.macho32b |