summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/bugpoint/CMakeLists.txt')
-rw-r--r--llvm/tools/bugpoint/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/tools/bugpoint/CMakeLists.txt b/llvm/tools/bugpoint/CMakeLists.txt
index 031f51480cc..c1ef9173928 100644
--- a/llvm/tools/bugpoint/CMakeLists.txt
+++ b/llvm/tools/bugpoint/CMakeLists.txt
@@ -21,9 +21,6 @@ set(LLVM_LINK_COMPONENTS
Vectorize
)
-# Support plugins.
-set(LLVM_NO_DEAD_STRIP 1)
-
add_llvm_tool(bugpoint
BugDriver.cpp
CrashDebugger.cpp
@@ -37,6 +34,7 @@ add_llvm_tool(bugpoint
DEPENDS
intrinsics_gen
+ SUPPORT_PLUGINS
)
export_executable_symbols(bugpoint)
OpenPOWER on IntegriCloud