summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
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
commit32fdf188e753074ba39f407cce5a5b9316ab90cc (patch)
treecf075d176fbd0e062513d78c504891f3220e4c83 /llvm/lib/ExecutionEngine
parente9643bb1185621caabc28b101ae8a1a0ec995896 (diff)
downloadbcm5719-llvm-32fdf188e753074ba39f407cce5a5b9316ab90cc.tar.gz
bcm5719-llvm-32fdf188e753074ba39f407cce5a5b9316ab90cc.zip
Incorporate mapping library into the sparc library
llvm-svn: 7800
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile
index cc84a6ce5e7..883a906b331 100644
--- a/llvm/lib/ExecutionEngine/Makefile
+++ b/llvm/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 \
OpenPOWER on IntegriCloud