aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/llc/Makefile2
-rw-r--r--tools/pnacl-llc/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 63150146f4..ea31fed5cd 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -9,7 +9,7 @@
LEVEL := ../..
TOOLNAME := llc
-LINK_COMPONENTS := all-targets bitreader asmparser naclanalysis
+LINK_COMPONENTS := all-targets bitreader asmparser naclanalysis nacltransforms
include $(LEVEL)/Makefile.common
diff --git a/tools/pnacl-llc/Makefile b/tools/pnacl-llc/Makefile
index ae8104eac5..b28c6d7417 100644
--- a/tools/pnacl-llc/Makefile
+++ b/tools/pnacl-llc/Makefile
@@ -9,7 +9,7 @@
LEVEL := ../..
TOOLNAME := pnacl-llc
-LINK_COMPONENTS := all-targets bitreader asmparser naclanalysis
+LINK_COMPONENTS := all-targets bitreader asmparser naclanalysis nacltransforms
include $(LEVEL)/Makefile.common