Preselection is now integrated into the Sparc target library
authorChris Lattner <sabre@nondot.org>
Mon, 1 Sep 2003 20:30:17 +0000 (20:30 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Sep 2003 20:30:17 +0000 (20:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8305 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Makefile
tools/llc/Makefile
tools/lli/Makefile

index 683df154e7ddfb40ec3adc11be8679697001aaec..666a1f69b54b85d91612645e8d7298b19c8096df 100644 (file)
@@ -36,7 +36,7 @@ ifdef ENABLE_SPARC_JIT
   JITLIBS  += sparc 
   ARCHLIBS += sched livevar instrument.a profpaths \
               bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
-              select preopts
+              select
 endif
 
 USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
index 213530d0b26a67d568ef6096873a1b6f3dc5fec8..76008efcf2577e2bd0febadc20535ac0117ef24b 100644 (file)
@@ -7,7 +7,6 @@ USEDLIBS = sparc \
            sched \
            select \
            codegen \
-           preopts \
            target.a \
            livevar \
            transforms.a \
index 683df154e7ddfb40ec3adc11be8679697001aaec..666a1f69b54b85d91612645e8d7298b19c8096df 100644 (file)
@@ -36,7 +36,7 @@ ifdef ENABLE_SPARC_JIT
   JITLIBS  += sparc 
   ARCHLIBS += sched livevar instrument.a profpaths \
               bcwriter transforms.a ipo.a ipa.a datastructure.a regalloc \
-              select preopts
+              select
 endif
 
 USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \