llvm-6502/tools
Reid Spencer 156aa35eb5 Implement PR679:
* Changed the -rpath option from cl::opt to cl::list
* Changed the interface to GenerateNative to take a std::vector<std::string>
  instead of just a std::string
* Changed GenerateNative to generate multiple -Wl,-rpath, options to be
  passed to gcc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24930 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-22 01:50:56 +00:00
..
analyze Move some constant folding code shared by Analysis and Transform passes 2005-10-27 15:54:34 +00:00
bugpoint Fix printing of the instructions. 2005-12-14 22:01:07 +00:00
gccas Move some constant folding code shared by Analysis and Transform passes 2005-10-27 15:54:34 +00:00
gccld Implement PR679: 2005-12-22 01:50:56 +00:00
llc rename option for consistency with -mcpu -mattr etc 2005-12-16 05:19:55 +00:00
lli rename option 2005-12-16 05:19:18 +00:00
llvm-ar Final Changes For PR495: 2005-07-08 03:08:58 +00:00
llvm-as There are still uses for spaces in Makefiles -- to make text line up together, 2005-04-24 17:43:41 +00:00
llvm-bcanalyzer Remove trailing whitespace 2005-04-22 00:00:37 +00:00
llvm-db Remove trailing whitespace 2005-04-22 00:00:37 +00:00
llvm-dis Remove trailing whitespace 2005-04-22 00:00:37 +00:00
llvm-extract Move some constant folding code shared by Analysis and Transform passes 2005-10-27 15:54:34 +00:00
llvm-ld Implement PR512: 2005-12-21 05:03:23 +00:00
llvm-link For PR495: 2005-07-07 23:21:43 +00:00
llvm-nm For PR495: 2005-07-07 18:21:42 +00:00
llvm-prof There are still uses for spaces in Makefiles -- to make text line up together, 2005-04-24 17:43:41 +00:00
llvm-ranlib For PR495: 2005-07-07 23:21:43 +00:00
llvm-stub Incorporate the contents of include/llvm/Config/unistd.h as this is the 2004-12-20 04:34:36 +00:00
llvmc Implement PR614: 2005-08-27 18:50:39 +00:00
opt Move some constant folding code shared by Analysis and Transform passes 2005-10-27 15:54:34 +00:00
Makefile extract has been renamed to llvm-extract to avoid conflicting with another tool 2005-04-24 17:46:58 +00:00