* Don't pass empty arguments to ExecuteAndWait because it can cause the
authorReid Spencer <rspencer@reidspencer.com>
Tue, 23 Nov 2004 23:45:49 +0000 (23:45 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 23 Nov 2004 23:45:49 +0000 (23:45 +0000)
commit0b3c7d084cd0d07d84b9024fcca9a50128383004
treebca60b4710b6d2f402e7b8b04691d2b6feea48d3
parent2d3ee4e2eb3a8d6860b7fbdd8d5b33b67e1c9d74
* Don't pass empty arguments to ExecuteAndWait because it can cause the
  sub-tool to start reading its standard input instead of the specified
  input.
* Clean up ouput of path names on error.
* Extend GetPathForLinkageItem to always search the LibraryPaths and thus
  make it suitable for an interface function (required by llvmc.cpp).
* Implement support for language-specific default library paths.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18188 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvmc/CompilerDriver.cpp