summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver
diff options
context:
space:
mode:
authorDavid Tenty <daltenty@ibm.com>2019-10-30 14:56:20 -0400
committerDavid Tenty <daltenty@ibm.com>2019-10-30 14:56:20 -0400
commit23df0c783c7053ddcdf665ebc8ddda350abd5bf2 (patch)
tree7c720bb98e8d01b23268ec073fe1a802af897ef7 /clang/tools/driver
parent443f99eae268f052002b887e6047f8cd6da70b45 (diff)
downloadbcm5719-llvm-23df0c783c7053ddcdf665ebc8ddda350abd5bf2.tar.gz
bcm5719-llvm-23df0c783c7053ddcdf665ebc8ddda350abd5bf2.zip
Revert "[NFC] Rename LLVM_NO_DEAD_STRIP"
This reverts commit 11c2a85db8849db1a5907e80d9966592248ef825.
Diffstat (limited to 'clang/tools/driver')
-rw-r--r--clang/tools/driver/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/driver/CMakeLists.txt b/clang/tools/driver/CMakeLists.txt
index 5a8f57eb466..590d708d837 100644
--- a/clang/tools/driver/CMakeLists.txt
+++ b/clang/tools/driver/CMakeLists.txt
@@ -20,9 +20,9 @@ set( LLVM_LINK_COMPONENTS
option(CLANG_PLUGIN_SUPPORT "Build clang with plugin support" ON)
# Support plugins. This must be before add_clang_executable as it reads
-# LLVM_SUPPORT_PLUGINS.
+# LLVM_NO_DEAD_STRIP.
if(CLANG_PLUGIN_SUPPORT)
- set(LLVM_SUPPORT_PLUGINS 1)
+ set(LLVM_NO_DEAD_STRIP 1)
endif()
if(NOT CLANG_BUILT_STANDALONE)
OpenPOWER on IntegriCloud