aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/llc/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index fd4912944a..301515a691 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -11,20 +11,16 @@ USEDLIBS = mapping \
target.a \
instrument \
livevar \
+ ipo.a \
+ scalaropts.a \
+ transforms.a \
+ analysis.a \
+ transformutils.a \
bcreader \
- bcwriter \
- ipo \
- scalaropts \
- transforms \
- analysis \
- ipa \
- datastructure \
- transformutils \
+ bcwriter \
vmcore \
support
TOOLLINKOPTS = -ldl
-KEEP_SYMBOLS = 1
-
include $(LEVEL)/Makefile.common