diff --git a/examples/Bye/CMakeLists.txt b/examples/Bye/CMakeLists.txt index 60eadede8a8..3206f90d091 100644 --- a/examples/Bye/CMakeLists.txt +++ b/examples/Bye/CMakeLists.txt @@ -7,10 +7,6 @@ add_llvm_pass_plugin(Bye DEPENDS intrinsics_gen BUILDTREE_ONLY - LINK_COMPONENTS - ipo - Core - Support ) install(TARGETS ${name} RUNTIME DESTINATION examples) diff --git a/tools/bugpoint-passes/CMakeLists.txt b/tools/bugpoint-passes/CMakeLists.txt index 6df49d7abd8..eea3e239b80 100644 --- a/tools/bugpoint-passes/CMakeLists.txt +++ b/tools/bugpoint-passes/CMakeLists.txt @@ -11,7 +11,7 @@ if( NOT LLVM_REQUIRES_RTTI ) endif() if(WIN32 OR CYGWIN) - set(LLVM_LINK_COMPONENTS Core Support) + set(LLVM_LINK_COMPONENTS Core) endif() add_llvm_library( BugpointPasses MODULE BUILDTREE_ONLY