hanchenye-llvm-project/lld/unittests/MachOTests
Rui Ueyama a81cb0594b Fix Mach-O unit tests breakage on Windows
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
2014-11-07 02:54:52 +00:00
..
CMakeLists.txt update library dependency 2014-09-29 23:52:50 +00:00
MachONormalizedFileBinaryReaderTests.cpp Fix Mach-O unit tests breakage on Windows 2014-11-07 02:54:52 +00:00
MachONormalizedFileBinaryWriterTests.cpp
MachONormalizedFileToAtomsTests.cpp Sort include files according to convention. 2014-10-18 05:33:55 +00:00
MachONormalizedFileYAMLTests.cpp Sort include files according to convention. 2014-10-18 05:33:55 +00:00
empty_obj_x86_armv7.txt