llvm-6502/tools
Chris Lattner 6cc8ca9229 * The return value of LinkLibraries is ignored, so remove it.
* Finegrainify namespacification of Linker.cpp
* If linking a library in fails, do not STOP LINKING IN LIBRARIES AND
  CONTINUE ANYWAY!  Instead, just output the warning, and keep going. :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10249 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-28 07:44:09 +00:00
..
analyze Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
bugpoint Do not DESTROY programs by default. No wonder bugpoint was not being useful all this time! 2003-11-23 04:51:05 +00:00
extract Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
gccas Revert the previous patch since it causes lots of miscompilations. :( :( 2003-11-22 19:07:47 +00:00
gccld * The return value of LinkLibraries is ignored, so remove it. 2003-11-28 07:44:09 +00:00
llc Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
llee 'Tis quite silly to check for a cached version of the entire executable. That 2003-11-11 18:38:56 +00:00
lli Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
llvm-ar Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
llvm-as Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
llvm-dis Restore the -llvm option 2003-11-12 04:59:59 +00:00
llvm-extract Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
llvm-link Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
llvm-nm Unbreak the "-" as filename hack. 2003-11-19 22:15:00 +00:00
llvm-prof Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
opt Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Makefile Build the llvm-prof directory 2003-10-28 19:16:49 +00:00