forked from OSchip/llvm-project
a81cb0594b
Mach-O normalized file reader assumes that the entire file is aligned to a large boundary. If the in-memory file is not aligned properly, it will abort with an assertion failure in read32/read64. This patch forces the in-memory file for the unit test to be aligned at 64-byte boundary. I found these tests are failing on Windows, but theoretically they could fail on other platform. llvm-svn: 221508 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
MachONormalizedFileBinaryReaderTests.cpp | ||
MachONormalizedFileBinaryWriterTests.cpp | ||
MachONormalizedFileToAtomsTests.cpp | ||
MachONormalizedFileYAMLTests.cpp | ||
empty_obj_x86_armv7.txt |