DwarfDebug: MD5 is always little endian, bswap on big endian platforms.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 27 Jul 2013 14:14:43 +0000 (14:14 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 27 Jul 2013 14:14:43 +0000 (14:14 +0000)
commit1faea8f0869a173c5952b59fd17718cf42111416
tree2cc26b950424ced0d1847d05a1d5f86b6486291f
parent214de30d9d3739bb384188720aa6c389edcf89dc
DwarfDebug: MD5 is always little endian, bswap on big endian platforms.

This makes LLVM emit the same signature regardless of host and target endianess.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187304 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
test/DebugInfo/X86/generate-odr-hash.ll [deleted file]
test/DebugInfo/generate-odr-hash.ll [new file with mode: 0644]