Incorporate mapping library into the sparc library
authorChris Lattner <sabre@nondot.org>
Wed, 13 Aug 2003 02:28:20 +0000 (02:28 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Aug 2003 02:28:20 +0000 (02:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7800 91177308-0d34-0410-b5e6-96231b3b80d8

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

index cc84a6ce5e70f1e668d83fc29cba1fc89a67bdad..883a906b33135137cd930902f6b82c2fdf76198b 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 \
-              mapping select postopts.a preopts
+              select postopts.a preopts
 endif
 
 USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
index c49b5232fe9cb0f2218f23c4ee0b218d0ccf1a72..fd2b6058969fce9abb0a04394bfe6b628b037956 100644 (file)
@@ -1,7 +1,6 @@
 LEVEL = ../..
 TOOLNAME = llc
-USEDLIBS = mapping \
-           sparc \
+USEDLIBS = sparc \
            x86 \
           selection \
            regalloc \
index cc84a6ce5e70f1e668d83fc29cba1fc89a67bdad..883a906b33135137cd930902f6b82c2fdf76198b 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 \
-              mapping select postopts.a preopts
+              select postopts.a preopts
 endif
 
 USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \