hanchenye-llvm-project/llvm/test/LibDriver
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
..
Inputs
infer-output-path.test LibDriver: Fix output path inference. 2015-07-08 19:00:46 +00:00
libpath.test Use correct escaping for semicolon on Windows. 2015-06-20 01:28:20 +00:00
lit.local.cfg