summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 42e87ca8bb..de0568afd2 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -12,7 +12,7 @@ TOOLNAME = opt
USEDLIBS = bcreader bcwriter \
instrument profpaths scalaropts \
ipo ipa datastructure transforms target.a analysis \
- transformutils vmcore support
+ transformutils vmcore support LLVMsystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common