aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorDavid Tenty <daltenty@ibm.com>2019-10-24 16:18:26 -0400
committerDavid Tenty <daltenty@ibm.com>2019-10-25 09:32:00 -0400
commit11c2a85db8849db1a5907e80d9966592248ef825 (patch)
treedf55591207f00a475ceb6339a352c67670a7b72b /lldb/scripts/Python
parentbe29d9285487e1970f0ad070d79d5dfeca345f2e (diff)
downloadllvm-11c2a85db8849db1a5907e80d9966592248ef825.zip
llvm-11c2a85db8849db1a5907e80d9966592248ef825.tar.gz
llvm-11c2a85db8849db1a5907e80d9966592248ef825.tar.bz2
[NFC] Rename LLVM_NO_DEAD_STRIP
Summary: The variable LLVM_NO_DEAD_STRIP is set in LLVM cmake files when building executables that might make use of plugins .The name of the variable does not convey the actual intended usage (i.e. for use with tools that have plugins), just what the eventual effect of setting in on some (i.e. not garbage collecting unused symbols). This patch renames it to LLVM_SUPPORT_PLUGINS to convey the intended usage, which will allow subsequent patches to add behavior to support that in different ways without confusion about whether it will do on, for example, non-gnu platforms. Reviewers: hubert.reinterpretcast, stevewan Reviewed By: stevewan Subscribers: cfe-commits, mgorny, llvm-commits Tags: #llvm, #clang Differential Revision: https://reviews.llvm.org/D69356
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions