llvm-6502/tools
Reid Spencer b31baa88a5 For PR351:
* Pass sys::Path instead of std::string for paths
* Correct the types of arguments passed to RunProgramWithTimeout due to its
  interface using sys::Path instead of std::string
* Replace "/dev/null" (not portable) with empty string which
  sys::Program::ExecuteAndWait recognizes as "redirect to bit bucket"


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19041 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-19 18:00:21 +00:00
..
analyze For PR387:\ 2004-12-07 04:03:45 +00:00
bugpoint For PR351: 2004-12-19 18:00:21 +00:00
extract Add LLVMbzip2 library, now required. 2004-11-25 20:22:06 +00:00
gccas Add -strip-debug option 2004-12-03 05:45:58 +00:00
gccld sys::CopyString throws an exception on error which will be caught by gccld 2004-12-18 06:53:10 +00:00
llc Linking in all of ScalarOpts. 2004-12-16 23:07:13 +00:00
lli Use LLVMLIBS=JIT to get JIT libraries 2004-11-29 07:17:18 +00:00
llvm-ar Unbreak all archive reading operations introduced by the last patch which 2004-12-15 21:58:03 +00:00
llvm-as Add LLVMbzip2 library, now required. 2004-11-25 20:22:06 +00:00
llvm-bcanalyzer Add LLVMbzip2 library, now required. 2004-11-25 20:22:06 +00:00
llvm-db For PR351: \ 2004-12-13 17:01:53 +00:00
llvm-dis Add LLVMbzip2 library, now required. 2004-11-25 20:22:06 +00:00
llvm-extract Changes For Bug 352 2004-09-01 22:55:40 +00:00
llvm-ld sys::CopyFile returns void and throws an exception on error which will be 2004-12-18 06:54:21 +00:00
llvm-link LinkModules is now in the Linker class 2004-12-13 03:01:03 +00:00
llvm-nm For PR351: 2004-12-15 01:53:50 +00:00
llvm-prof Add LLVMbzip2 library, now required. 2004-11-25 20:22:06 +00:00
llvm-ranlib For PR351: 2004-12-15 01:53:50 +00:00
llvm-stub We're not doing automake any more 2004-10-22 21:02:23 +00:00
llvmc Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/lib 2004-12-15 01:54:37 +00:00
opt For PR387:\ 2004-12-07 04:03:45 +00:00
Makefile Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOT 2004-12-17 08:00:40 +00:00