summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llc/CMakeLists.txt')
-rw-r--r--llvm/tools/llc/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/tools/llc/CMakeLists.txt b/llvm/tools/llc/CMakeLists.txt
index 300efdab10d..880deefa539 100644
--- a/llvm/tools/llc/CMakeLists.txt
+++ b/llvm/tools/llc/CMakeLists.txt
@@ -19,13 +19,11 @@ set(LLVM_LINK_COMPONENTS
Vectorize
)
-# Support plugins.
-set(LLVM_NO_DEAD_STRIP 1)
-
add_llvm_tool(llc
llc.cpp
DEPENDS
intrinsics_gen
+ SUPPORT_PLUGINS
)
export_executable_symbols(llc)
OpenPOWER on IntegriCloud