aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ExecutionEngine/Makefile2
-rw-r--r--tools/llc/Makefile1
-rw-r--r--tools/lli/Makefile2
3 files changed, 2 insertions, 3 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile
index 683df154e7..666a1f69b5 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 \
- select preopts
+ select
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 213530d0b2..76008efcf2 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -7,7 +7,6 @@ USEDLIBS = sparc \
sched \
select \
codegen \
- preopts \
target.a \
livevar \
transforms.a \
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 683df154e7..666a1f69b5 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 \
- select preopts
+ select
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \