Peter Collingbourne
5413f6f863
LibDriver: Silently do nothing when provided no inputs.
...
This behavior is strange, but it matches lib.exe. Based on a patch by
Nico Weber.
Fixes PR27335.
llvm-svn: 266236
2016-04-13 19:36:04 +00:00
Rafael Espindola
2bec8500ef
Add support for producing thin archives in llvm-lib.
...
I will send an entry in docs/CommandGuide for review today.
llvm-svn: 242533
2015-07-17 16:01:11 +00:00
Peter Collingbourne
7a544f7327
LibDriver: Fix output path inference.
...
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
2015-07-08 19:00:46 +00:00
Peter Collingbourne
e3d2447f79
Use correct escaping for semicolon on Windows.
...
llvm-svn: 240207
2015-06-20 01:28:20 +00:00
Peter Collingbourne
2e06b7d198
LibDriver tests require x86 target.
...
llvm-svn: 240205
2015-06-20 01:14:37 +00:00
Peter Collingbourne
7070827be1
LibDriver: implement /libpath and $LIB; ignore /ignore and /machine.
...
llvm-svn: 240203
2015-06-20 00:57:12 +00:00