summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorZbigniew Sarbinowski <zibi@ca.ibm.com>2021-02-16 18:02:22 +0000
committerZbigniew Sarbinowski <zibi@ca.ibm.com>2021-02-16 18:42:14 +0000
commit5f9be2c3e37c0428ba56876dd84af04b8d9d8915 (patch)
tree41df36f6b4ce0362390396f1a85dd3f3f420c67e /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent6c05005238a805a699d9dec39a61971affd1cab4 (diff)
[SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building c++ libraries
Let's use -nostdlib++ rather than -nodefaultlibs when building libc++/libc++abi/libunwind libraries. The default is -nostdlib++ if supported by a build compiler like it is the case with clang, otherwise -nodefaultlibs is used as before. This change is needed to avoid additional changes at the link step and not to increase the maintenance costs. If clang with -nodefaultlibs is used all the libraries which are removed but required would have to be manually added in. This set of libraries are unique and will send out. The propose change will allow to make the link step simple for other platforms as well. Reviewed By: #libc, #libc_abi, ldionne Differential Revision: https://reviews.llvm.org/D95875
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions