summaryrefslogtreecommitdiff
path: root/tools/driver
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2018-04-24 08:40:44 +0000
committerRoman Lebedev <lebedev.ri@gmail.com>2018-04-24 08:40:44 +0000
commita9e0f008279f76b2a1dacfb7ebde001ad8f2642e (patch)
treecf3afa6e02144f77260f69e0ccad320d868844bc /tools/driver
parentd3799d838c4843af72db6a8931af82f766f72c01 (diff)
downloadclang-a9e0f008279f76b2a1dacfb7ebde001ad8f2642e.tar.gz
Link to AggressiveInstCombine in a few places. Unbreaks build for me.
/usr/local/bin/ld.lld: error: undefined symbol: llvm::createAggressiveInstCombinerPass() >>> referenced by cc1_main.cpp >>> tools/clang/tools/driver/CMakeFiles/clang.dir/cc1_main.cpp.o:(_GLOBAL__sub_I_cc1_main.cpp) And so on The bot coverage is clearly missing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@330694 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 27566f7070..479e2d7aef 100644
--- a/tools/driver/CMakeLists.txt
+++ b/tools/driver/CMakeLists.txt
@@ -4,6 +4,7 @@ set( LLVM_LINK_COMPONENTS
CodeGen
Core
IPO
+ AggressiveInstCombine
InstCombine
Instrumentation
MC