llvm-project/lld/lib/Driver
Rui Ueyama 38cf6ddc30 [PECOFF] Support /manifestuac:NO.
If the value for /manifestuac is "NO", LLD will create a manifest XM
file but won't emit <trustinfo> element.

llvm-svn: 206633
2014-04-18 19:43:07 +00:00
..
CMakeLists.txt [PECOFF] Support module-definition file. 2014-01-10 10:19:47 +00:00
CoreDriver.cpp Greatly simplify InputGraph. 2014-04-01 21:55:36 +00:00
CoreOptions.td This is my Driver refactoring patch. 2013-04-04 18:59:24 +00:00
DarwinLdDriver.cpp Fix trailing whitespace. 2014-01-27 03:09:26 +00:00
DarwinLdOptions.td Support darwin linker options: 2013-09-10 23:55:14 +00:00
Driver.cpp Rename getInputGraph() and getNextFile(). 2014-04-04 00:14:04 +00:00
GnuLdDriver.cpp [ELF] Support --defsym=<symbol>=<symbol>. 2014-04-16 20:58:57 +00:00
GnuLdInputGraph.cpp Early continue to reduce nesting. 2014-04-07 21:13:33 +00:00
GnuLdOptions.td [ELF] Accept "-rpath=<foo>" as well as "-rpath <foo>". 2014-04-06 21:23:24 +00:00
TODO.rst [TODO] revisit features TODO in the driver 2014-04-02 05:45:52 +00:00
UniversalDriver.cpp Add missing includes. 2014-04-12 16:32:42 +00:00
UniversalDriverOptions.td [Driver] Change UniversalDriver to use TD file. 2013-10-24 04:23:02 +00:00
WinLinkDriver.cpp [PECOFF] Support /manifestuac:NO. 2014-04-18 19:43:07 +00:00
WinLinkInputGraph.cpp [PECOFF] Make PECOFFFileNode::parse idempotent. 2014-04-01 06:18:19 +00:00
WinLinkModuleDef.cpp [C++11] Work around an incompatibility between llvm::tie and std::tie. 2014-03-02 13:45:18 +00:00
WinLinkOptions.td [PECOFF] Driver support for /SAFESEH option. 2014-02-21 22:30:43 +00:00