forked from OSchip/llvm-project
d19d0bc5d2
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 |
||
---|---|---|
.. | ||
Core | ||
Driver | ||
Passes | ||
ReaderWriter | ||
CMakeLists.txt |