diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2014-07-15 17:17:30 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2014-07-15 17:17:30 +0000 |
commit | 64c0ac2b35df65e38c966089f9a7ab9075bf7f58 (patch) | |
tree | c2093bee27114d037493703dc539241db0ab021e /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | bc94c94be40d289948b4043fe4d973295061e484 (diff) | |
download | llvm-64c0ac2b35df65e38c966089f9a7ab9075bf7f58.zip llvm-64c0ac2b35df65e38c966089f9a7ab9075bf7f58.tar.gz llvm-64c0ac2b35df65e38c966089f9a7ab9075bf7f58.tar.bz2 |
[ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script command.
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
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions