aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEli Bendersky <eliben@chromium.org>2013-05-28 15:59:58 -0700
committerEli Bendersky <eliben@chromium.org>2013-05-28 15:59:58 -0700
commit75e093a353d4a6420fed47fb46fb7134a922ec61 (patch)
treea9cae686a16b09622f47e893945a3204a8353fc8 /tools
parent9c2963c374255e9cc6c46c4008f810619c4e2b6d (diff)
Update llc/pnacl-llc makefiles to link nacltransforms.
i686 translator build fails otherwise, not finding the symbols for passes invoked by llc. This breakage was introduced by commit ffc13bcb40d4257202295fc0ffe25b38bdf64263 BUG=https://code.google.com/p/nativeclient/issues/detail?id=3429 R=mseaborn@chromium.org Review URL: https://codereview.chromium.org/15786007
Diffstat (limited to 'tools')
-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