summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index a6361cac21..ed3225a75b 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -29,7 +29,8 @@ USEDLIBS = \
bcreader \
bcwriter \
vmcore \
- support.a
+ support.a \
+ LLVMsystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common