summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-13 02:28:20 +0000
committerChris Lattner <sabre@nondot.org>2003-08-13 02:28:20 +0000
commit4c7fc1e81395c4f5e5cf500ed6db01320e70abae (patch)
treef2e375b383702a020fdeb20a182702b1bea6d9bb /tools/lli/Makefile
parentc09f429499c07ccb4eb527e26fd229812c9f9e68 (diff)
Incorporate mapping library into the sparc library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r--tools/lli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index cc84a6ce5e7..883a906b331 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 \