summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2018-07-23 04:19:55 +0000
committerPetr Hosek <phosek@chromium.org>2018-07-23 04:19:55 +0000
commit7a0295cbc89cc85e93c5fad321d3e33f0cda4d06 (patch)
treee33c3e9167ade9d1c316b74358b7ec6ef948bff5 /lldb/source/Plugins/ScriptInterpreter/Python
parent0477b40137c24d7469f590cc9911f3902f46e688 (diff)
downloadbcm5719-llvm-7a0295cbc89cc85e93c5fad321d3e33f0cda4d06.tar.gz
bcm5719-llvm-7a0295cbc89cc85e93c5fad321d3e33f0cda4d06.zip
[CMake] Support statically linking dependencies only to shared or static library
Currently it's possible to select whether to statically link unwinder or the C++ ABI library, but this option applies to both the shared and static library. However, in some scenarios it may be desirable to only statically link unwinder and C++ ABI library into static C++ library since for shared C++ library we can rely on dynamic linking and linker scripts. This change enables selectively enabling or disabling statically linking only to shared or static library. Differential Revision: https://reviews.llvm.org/D49502 llvm-svn: 337668
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud