Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for producing thin archives in llvm-lib. | Rafael Espindola | 2015-07-17 | 1 | -0/+9 |
| | | | | | | I will send an entry in docs/CommandGuide for review today. llvm-svn: 242533 | ||||
* | LibDriver: Fix output path inference. | Peter Collingbourne | 2015-07-08 | 1 | -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 Collingbourne | 2015-06-20 | 1 | -1/+1 |
| | | | | llvm-svn: 240207 | ||||
* | LibDriver tests require x86 target. | Peter Collingbourne | 2015-06-20 | 1 | -0/+3 |
| | | | | llvm-svn: 240205 | ||||
* | LibDriver: implement /libpath and $LIB; ignore /ignore and /machine. | Peter Collingbourne | 2015-06-20 | 3 | -0/+19 |
llvm-svn: 240203 |