llvm-project/lld/lib/Driver
Pete Cooper 69b18f4703 Set CMake ADDITIONAL_HEADER_DIRS on libraries with headers in /include. NFC.
In a UI such as XCode, it can group the headers for a library with that library.
This is done in the CMakeLists.txt for the library itself by setting the path(s)
as ADDITIONAL_HEADER_DIRS.

LLVM already does this for all of its libraries, so just adding this to lld to
make things easier.  Should be NFC.

llvm-svn: 257002
2016-01-07 00:14:09 +00:00
..
CMakeLists.txt Set CMake ADDITIONAL_HEADER_DIRS on libraries with headers in /include. NFC. 2016-01-07 00:14:09 +00:00
CoreDriver.cpp Move parsing of LLVM options to parse() method. 2015-12-16 20:53:27 +00:00
CoreOptions.td This is my Driver refactoring patch. 2013-04-04 18:59:24 +00:00
DarwinLdDriver.cpp Move parsing of LLVM options to parse() method. 2015-12-16 20:53:27 +00:00
DarwinLdOptions.td [lld][Darwin] Add support for the -sectcreate option. 2015-10-24 08:20:51 +00:00
Driver.cpp Move parsing of LLVM options to parse() method. 2015-12-16 20:53:27 +00:00
GnuLdDriver.cpp Move parsing of LLVM options to parse() method. 2015-12-16 20:53:27 +00:00
GnuLdOptions.td [Driver] Ignore -G option in both new and old ELF linker 2015-10-28 14:50:58 +00:00
TODO.rst [GNU] Remove -x/-X from the list of options to be implemented. 2015-04-29 20:35:58 +00:00
UniversalDriver.cpp Rename ld.lld2 to ld.lld since it is the default. 2015-11-18 06:11:01 +00:00
UniversalDriverOptions.td Add support to print version. 2014-10-08 03:47:51 +00:00