diff options
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/bugpoint/CMakeLists.txt | 1 | ||||
-rw-r--r-- | llvm/tools/bugpoint/bugpoint.cpp | 1 | ||||
-rw-r--r-- | llvm/tools/llvm-shlib/CMakeLists.txt | 1 | ||||
-rw-r--r-- | llvm/tools/llvm-stress/CMakeLists.txt | 2 | ||||
-rw-r--r-- | llvm/tools/opt/CMakeLists.txt | 1 | ||||
-rw-r--r-- | llvm/tools/opt/opt.cpp | 1 |
6 files changed, 1 insertions, 6 deletions
diff --git a/llvm/tools/bugpoint/CMakeLists.txt b/llvm/tools/bugpoint/CMakeLists.txt index daf502e16cc..287a26ecd40 100644 --- a/llvm/tools/bugpoint/CMakeLists.txt +++ b/llvm/tools/bugpoint/CMakeLists.txt @@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS BitWriter CodeGen Core - IPA IPO IRReader InstCombine diff --git a/llvm/tools/bugpoint/bugpoint.cpp b/llvm/tools/bugpoint/bugpoint.cpp index af6d9fccf29..ce3d936c819 100644 --- a/llvm/tools/bugpoint/bugpoint.cpp +++ b/llvm/tools/bugpoint/bugpoint.cpp @@ -126,7 +126,6 @@ int main(int argc, char **argv) { initializeVectorization(Registry); initializeIPO(Registry); initializeAnalysis(Registry); - initializeIPA(Registry); initializeTransformUtils(Registry); initializeInstCombine(Registry); initializeInstrumentation(Registry); diff --git a/llvm/tools/llvm-shlib/CMakeLists.txt b/llvm/tools/llvm-shlib/CMakeLists.txt index 54d71d3f632..9be8b436fe5 100644 --- a/llvm/tools/llvm-shlib/CMakeLists.txt +++ b/llvm/tools/llvm-shlib/CMakeLists.txt @@ -18,7 +18,6 @@ if(NOT DEFINED LLVM_DYLIB_COMPONENTS) DebugInfoDWARF DebugInfoPDB ExecutionEngine - IPA IPO IRReader InstCombine diff --git a/llvm/tools/llvm-stress/CMakeLists.txt b/llvm/tools/llvm-stress/CMakeLists.txt index d5c10e13f5b..8f2b30e4163 100644 --- a/llvm/tools/llvm-stress/CMakeLists.txt +++ b/llvm/tools/llvm-stress/CMakeLists.txt @@ -1,6 +1,6 @@ set(LLVM_LINK_COMPONENTS + Analysis Core - IPA Support ) diff --git a/llvm/tools/opt/CMakeLists.txt b/llvm/tools/opt/CMakeLists.txt index 5f825220cc8..9194a6ba098 100644 --- a/llvm/tools/opt/CMakeLists.txt +++ b/llvm/tools/opt/CMakeLists.txt @@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS BitWriter CodeGen Core - IPA IPO IRReader InstCombine diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp index 0db60d14440..5fe2f034c6e 100644 --- a/llvm/tools/opt/opt.cpp +++ b/llvm/tools/opt/opt.cpp @@ -312,7 +312,6 @@ int main(int argc, char **argv) { initializeVectorization(Registry); initializeIPO(Registry); initializeAnalysis(Registry); - initializeIPA(Registry); initializeTransformUtils(Registry); initializeInstCombine(Registry); initializeInstrumentation(Registry); |