mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
d9873799fd
This was introduced by me in r353613. I tried to fix Big-endian bot and replaced uintX_t -> ELFT::Xword. But ELFT::Xword is a packed<uint64_t>, so it is always 8 bytes and that was obviously incorrect. My intention was to use something like packed<uint> actually, which size is target dependent. Patch fixes this bug and adds a test case, since no bots seems reported this. llvm-svn: 353636 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
yaml2coff.cpp | ||
yaml2elf.cpp | ||
yaml2macho.cpp | ||
yaml2obj.cpp | ||
yaml2obj.h | ||
yaml2wasm.cpp |