- Apr 19, 2012
-
-
Michael J. Spencer authored
llvm-ld is no longer useful and causes confusion and so it is being removed. * Does not work very well on Windows because it must call a gcc like driver to assemble and link. * Has lots of hard coded paths which are wrong on many systems. * Does not understand most of ld's options. * Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} | ld, or fully replaced by Clang. I know of no production use of llvm-ld, and hacking use should be replaced by Clang's driver. llvm-svn: 155147
-
- Sep 29, 2010
-
-
Duncan Sands authored
is not everything, but the remaining cases are less trivial. llvm-svn: 115080
-
- Aug 13, 2007
-
-
Reid Spencer authored
the list of link time passes to be run, just as for opt, with the -debug-pass=Arguments option. llvm-svn: 41040
-
- Aug 11, 2007
-
-
Reid Spencer authored
the pass arguments that it supports. llvm-svn: 41019
-
- Feb 05, 2007
-
-
Reid Spencer authored
llvm-svn: 33903
-
- Dec 09, 2006
-
-
Reid Spencer authored
Don't generate the reference output for each comparison. llvm-svn: 32395
-
- Dec 08, 2006
-
-
Reid Spencer authored
llvm-svn: 32369
-
- Nov 25, 2006
-
-
Reid Spencer authored
llvm-svn: 31901
-
- Nov 22, 2006
-
-
Reid Spencer authored
llvm-svn: 31893
-
- Nov 18, 2006
-
-
Reid Spencer authored
llvm-svn: 31849
-
- Nov 16, 2006
-
-
Reid Spencer authored
llvm-svn: 31786
-
- Nov 13, 2006
-
-
Reid Spencer authored
llvm-svn: 31700
-
- Nov 11, 2006
-
-
Reid Spencer authored
llvm-svn: 31678
-
- Nov 09, 2006
-
-
Reid Spencer authored
llvm-svn: 31582
-
Reid Spencer authored
llvm-svn: 31581
-
Reid Spencer authored
helps when bugpoint can't find the problem directly because it needs the set of optimizations that cause the program to fail. llvm-svn: 31580
-