summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-03 16:00:08 +0000
committerDan Gohman <gohman@apple.com>2009-09-03 16:00:08 +0000
commit99ed416787e73b7965d9c183f23f9d78f996187f (patch)
tree22bb4352a18800a96ce9322998e993ae82f7d240 /tools/opt/Makefile
parentbccfc24c4e8092e1ee18746dd4cee01247728faa (diff)
downloadllvm-99ed416787e73b7965d9c183f23f9d78f996187f.tar.gz
llvm-99ed416787e73b7965d9c183f23f9d78f996187f.tar.bz2
llvm-99ed416787e73b7965d9c183f23f9d78f996187f.tar.xz
Use IRReader.h in opt, to support reading of LLVM Assembly files directly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80922 91177308-0d34-0410-b5e6-96231b3b80d8
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 0afb002175..b17be343a4 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -10,6 +10,6 @@ LEVEL = ../..
TOOLNAME = opt
REQUIRES_EH := 1
-LINK_COMPONENTS := bitreader bitwriter instrumentation scalaropts ipo
+LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts ipo
include $(LEVEL)/Makefile.common