]> granicus.if.org Git - clang/commit
Link to AggressiveInstCombine in a few places. Unbreaks build for me.
authorRoman Lebedev <lebedev.ri@gmail.com>
Tue, 24 Apr 2018 08:40:44 +0000 (08:40 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Tue, 24 Apr 2018 08:40:44 +0000 (08:40 +0000)
commita9e0f008279f76b2a1dacfb7ebde001ad8f2642e
treecf3afa6e02144f77260f69e0ccad320d868844bc
parentd3799d838c4843af72db6a8931af82f766f72c01
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
lib/CodeGen/CMakeLists.txt
tools/driver/CMakeLists.txt