Skip to content
Commit 64c0ac2b authored by Simon Atanasyan's avatar Simon Atanasyan
Browse files

[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
parent bc94c94b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment