Simon Atanasyan 64c0ac2b35 [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
2014-07-15 17:17:30 +00:00
..
2012-10-18 17:16:19 +00:00
2013-01-29 16:38:03 +00:00
2013-01-29 16:38:03 +00:00
2013-02-07 06:47:17 +00:00
2013-09-26 22:09:16 +00:00
2012-10-25 17:53:04 +00:00
2012-10-25 17:53:04 +00:00
2014-03-28 19:34:34 +00:00
2012-10-01 23:23:05 +00:00
2012-10-01 23:23:05 +00:00
2013-02-01 07:13:49 +00:00
2013-09-26 22:09:16 +00:00
2013-09-26 22:09:16 +00:00