diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-13 02:28:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-13 02:28:20 +0000 |
commit | 4c7fc1e81395c4f5e5cf500ed6db01320e70abae (patch) | |
tree | f2e375b383702a020fdeb20a182702b1bea6d9bb | |
parent | c09f429499c07ccb4eb527e26fd229812c9f9e68 (diff) | |
download | external_llvm-4c7fc1e81395c4f5e5cf500ed6db01320e70abae.zip external_llvm-4c7fc1e81395c4f5e5cf500ed6db01320e70abae.tar.gz external_llvm-4c7fc1e81395c4f5e5cf500ed6db01320e70abae.tar.bz2 |
Incorporate mapping library into the sparc library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7800 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/ExecutionEngine/Makefile | 2 | ||||
-rw-r--r-- | tools/llc/Makefile | 3 | ||||
-rw-r--r-- | tools/lli/Makefile | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index cc84a6c..883a906 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -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 \ diff --git a/tools/llc/Makefile b/tools/llc/Makefile index c49b523..fd2b605 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -1,7 +1,6 @@ LEVEL = ../.. TOOLNAME = llc -USEDLIBS = mapping \ - sparc \ +USEDLIBS = sparc \ x86 \ selection \ regalloc \ diff --git a/tools/lli/Makefile b/tools/lli/Makefile index cc84a6c..883a906 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -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 \ |