llvm-project/lld/include/lld
Pete Cooper 7bf3a85e2b Move parsing of LLVM options to parse() method.
We used to parse the LLVM options in Driver::link.  However, that is
after parse() where we load files.  By moving the LLVM option handling
earlier, we can add DEBUG() to code such as MachONormalizedFileToAtoms.cpp
and have it enabled correctly by '-mllvm --debug'.

llvm-svn: 255819
2015-12-16 20:53:27 +00:00
..
Config Remove Makefiles. 2015-03-26 20:09:47 +00:00
Core [lld][Darwin] Add support for the -sectcreate option. 2015-10-24 08:20:51 +00:00
Driver Move parsing of LLVM options to parse() method. 2015-12-16 20:53:27 +00:00
ReaderWriter [lld][Darwin] Add support for the -sectcreate option. 2015-10-24 08:20:51 +00:00