llvm-project/lld/lib
Pete Cooper 55634d8e8d MachoFile should default to using subsections_via_symbols.
When we parse a MachoFile, we set a number of members from the parsed
file, for example, subsectionsViaSymbols.

However, a number of passes, such as ObjCPass, create local copies of
MachoFile and don't get the benefit of setting flags and other fields in
the parser.  Instead we can just give a more sensible default as the parser
will definitely get the correct value from the file anyway.

llvm-svn: 259426
2016-02-01 22:24:44 +00:00
..
Config Set CMake ADDITIONAL_HEADER_DIRS on libraries with headers in /include. NFC. 2016-01-07 00:14:09 +00:00
Core Add an ObjCPass to the MachO linker. 2016-01-19 21:54:21 +00:00
Driver ELF: Rename error -> fatal and redefine error as a non-noreturn function. 2016-01-28 18:40:06 +00:00
ReaderWriter MachoFile should default to using subsections_via_symbols. 2016-02-01 22:24:44 +00:00
CMakeLists.txt Remove YAML/Native round-trip passes. 2015-02-20 22:10:28 +00:00