aboutsummaryrefslogtreecommitdiff
path: root/tools/driver
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-03-26 02:25:54 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-03-26 02:25:54 +0000
commit9cc935b6993460956d0d46ee268e9858743d5129 (patch)
tree8ed3f23318f0ebfc9c45dcbb1da3ae6548ba7d54 /tools/driver
parentf9223aad2666a9166152a2c666df581376e6906a (diff)
The IRReader header is now part of its own library. Update the include
line and the library dependencies to reflect this. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177972 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/driver')
-rw-r--r--tools/driver/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/driver/CMakeLists.txt b/tools/driver/CMakeLists.txt
index 2545610477..c1ee1662a2 100644
--- a/tools/driver/CMakeLists.txt
+++ b/tools/driver/CMakeLists.txt
@@ -3,6 +3,7 @@ set( LLVM_LINK_COMPONENTS
asmparser
bitreader
bitwriter
+ irreader
codegen
instrumentation
ipo