llvm/tools
Chris Lattner 2bf4c61557 Do not link in the Sparc JIT when building on X86. Eventually the sparc will not
link in the X86 JIT either, but this makes testing easier.

For some reason, the sparc JIT was breaking the X86 JIT when it was linked in. :(


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6745 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-17 15:54:52 +00:00
..
analyze Add a disable-verify option 2003-05-12 22:12:44 +00:00
as Add support for: -o - 2003-05-31 21:47:16 +00:00
bugpoint Actually, change it to use explicit new/delete, which is more likely to be 2003-06-16 22:29:09 +00:00
dis Add support for: -o - 2003-05-31 21:47:16 +00:00
extract Move the function extractor pass from tools/extract into lib/Xform/IPO 2002-11-19 18:42:59 +00:00
gccas Add SRoA pass to gccas 2003-05-30 19:24:06 +00:00
gccld Fix formatting in file 2003-05-29 15:13:15 +00:00
link Fix major bug in my last checkin. :( 2003-06-13 16:10:26 +00:00
llc Remove duplicate pass 2003-06-05 20:51:10 +00:00
lli Do not link in the Sparc JIT when building on X86. Eventually the sparc will not 2003-06-17 15:54:52 +00:00
llvm-as Add support for: -o - 2003-05-31 21:47:16 +00:00
llvm-dis Add support for: -o - 2003-05-31 21:47:16 +00:00
llvm-extract Move the function extractor pass from tools/extract into lib/Xform/IPO 2002-11-19 18:42:59 +00:00
llvm-link Fix major bug in my last checkin. :( 2003-06-13 16:10:26 +00:00
opt Kill using declarations 2003-05-22 20:13:16 +00:00
Makefile Get rid of really old makefile cruft 2003-05-14 21:31:31 +00:00