IPO needs ScalarOpts and InstCombine in its libs
authorTobias Grosser <grosser@fim.uni-passau.de>
Wed, 14 Apr 2010 23:42:23 +0000 (23:42 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Wed, 14 Apr 2010 23:42:23 +0000 (23:42 +0000)
commita76b334d4477266f7810ab5821429eb20b522c13
tree9048a5503e0b2a525115cc76dcb04666662b697c
parentd1ec11a850843bd7afff1c939b29c9d18527e966
IPO needs ScalarOpts and InstCombine in its libs

The commit "Adding IPSCCP and Internalize passes to the C-bindings" introduced
new dependencies for IPO. Add these to the CMAKE build as otherwise the
BUILD_SHARED_LIBS=1 build fails.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101313 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/CMakeLists.txt