llvm-project/lld/lib
Rui Ueyama d19d0bc5d2 [MachO] Fix uninitialized field bug found on Windows.
n_desc field in MachO string table was not initialized. On Unix,
test/darwin/hello-world.objtxt did not fail because I think an nlist object
is always allocated to a fresh heap initialized with zeros. On Windows,
uninitialized fields are filled with 0xCC when compiled with /GZ. Because
of that the test was failing on Windows.

llvm-svn: 193909
2013-11-02 03:35:45 +00:00
..
Core [PassManager] add ReaderWriter{Native,YAML} to the Driver. 2013-10-29 05:12:14 +00:00
Driver Remove duplicate calls of pm.add() for RoundTrip tests. 2013-11-01 21:05:42 +00:00
Passes Remove redundant std::move(). 2013-11-01 20:40:33 +00:00
ReaderWriter [MachO] Fix uninitialized field bug found on Windows. 2013-11-02 03:35:45 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00