llvm-project/lld/lib/Driver
Nick Kledzik 2d835dad0a [mach-o] Support -F and -framework options in darwin driver
Darwin has a packaging mechanism for shared libraries and headers called
frameworks.  A directory Foo.framework contains a shared library binary file
"Foo" and a subdirectory "Headers". Most OS frameworks are all in one
directory /System/Library/Frameworks/.  As a linking convenience, the linker
option "-framework Foo" means search the framework directories specified
with -F (analogous to -L) looking for a shared library Foo.framework/Foo.

llvm-svn: 215680
2014-08-14 22:20:41 +00:00
..
CMakeLists.txt Sort. 2014-05-01 21:40:22 +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 [mach-o] Support -F and -framework options in darwin driver 2014-08-14 22:20:41 +00:00
DarwinLdOptions.td [mach-o] Support -F and -framework options in darwin driver 2014-08-14 22:20:41 +00:00
Driver.cpp Change the signature of insertElementAt and rename addInputElementFront 2014-07-24 00:08:22 +00:00
GnuLdDriver.cpp [AArch64] Initial ELF/AArch64 Support 2014-08-13 13:16:38 +00:00
GnuLdInputGraph.cpp [ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script command. 2014-07-15 17:17:30 +00:00
GnuLdOptions.td [ELF] Accept "-rpath=<foo>" as well as "-rpath <foo>". 2014-04-06 21:23:24 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +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] Fix /profile option. 2014-08-11 21:31:07 +00:00
WinLinkInputGraph.cpp Don't import error_code into the lld namespace. 2014-06-12 14:53:47 +00:00
WinLinkModuleDef.cpp [PECOFF] DLL extension can be omitted in .def file. 2014-05-09 16:35:26 +00:00
WinLinkOptions.td [PECOFF] Add /profile command line option. 2014-07-25 22:28:49 +00:00