summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 16156f110b5..fcce5119ded 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -2,6 +2,7 @@ LEVEL = ../..
TOOLNAME = llc
USEDLIBS = mapping \
sparc \
+ x86 \
regalloc \
sched \
select \
@@ -11,11 +12,11 @@ USEDLIBS = mapping \
target.a \
livevar \
transforms.a \
- scalaropts.a \
+ scalaropts.a \
analysis.a \
transformutils.a \
bcreader \
- bcwriter \
+ bcwriter \
vmcore \
support
TOOLLINKOPTS = $(PLATFORMLIBDL)