summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/TableGen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile
index 86e77eaf16..e0c0e64cd0 100644
--- a/utils/TableGen/Makefile
+++ b/utils/TableGen/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = tblgen
-USEDLIBS = support.a
+USEDLIBS = support.a LLVMsystem.a
include $(LEVEL)/Makefile.common