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
..
2014-07-05 11:39:02 +00:00
2014-07-05 11:39:02 +00:00
2014-06-12 21:35:33 +00:00
2014-06-12 21:35:33 +00:00
2014-06-12 21:35:33 +00:00
2014-04-03 21:06:23 +00:00
2014-01-27 03:09:26 +00:00
2014-06-13 17:20:48 +00:00
2014-07-05 11:39:02 +00:00
2014-07-05 11:39:02 +00:00
2014-07-05 11:39:02 +00:00
2014-06-04 09:54:07 +00:00
2014-03-28 05:17:59 +00:00