hanchenye-llvm-project/lld/unittests
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
..
CoreTests Use LLVMLIBS here since these are produced by the 2014-11-04 23:27:52 +00:00
DriverTests [PECOFF] Fix /nodefaultlib option. 2014-10-23 20:42:07 +00:00
MachOTests Fix Mach-O unit tests breakage on Windows 2014-11-07 02:54:52 +00:00
CMakeLists.txt
Makefile