summaryrefslogtreecommitdiffstats
path: root/llvm/test/LibDriver
Commit message (Collapse)AuthorAgeFilesLines
* Add support for producing thin archives in llvm-lib.Rafael Espindola2015-07-171-0/+9
| | | | | | I will send an entry in docs/CommandGuide for review today. llvm-svn: 242533
* LibDriver: Fix output path inference.Peter Collingbourne2015-07-081-0/+15
| | | | | | | | | The inferred output file name is based on the first input file, not the first one with extension .obj. The output file was also being written to the wrong directory; it needs to be written to whichever directory on the libpath it was found in. This change fixes both issues. llvm-svn: 241710
* Use correct escaping for semicolon on Windows.Peter Collingbourne2015-06-201-1/+1
| | | | llvm-svn: 240207
* LibDriver tests require x86 target.Peter Collingbourne2015-06-201-0/+3
| | | | llvm-svn: 240205
* LibDriver: implement /libpath and $LIB; ignore /ignore and /machine.Peter Collingbourne2015-06-203-0/+19
llvm-svn: 240203
OpenPOWER on IntegriCloud