forked from OSchip/llvm-project
64c0ac2b35
There are two forms of `-l` prefixed expression: * -l<libname> * -l:<filename> In the first case a linker should construct a full library name `lib + libname + .[so|a]` and search this library as usual. In the second case a linker should use the `<filename>` as is and search this file through library search directories. The patch reviewed by Shankar Easwaran. llvm-svn: 213077 |
||
---|---|---|
.. | ||
libname-err-1.test | ||
libname-err-2.test | ||
linker-script-outputformat.test | ||
linker-script.test |