summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dimitry@andric.com>2021-08-07 21:39:11 +0200
committerDimitry Andric <dimitry@andric.com>2021-08-08 13:52:44 +0200
commit400cd6d2f0496e913e25285615a86f9c29811171 (patch)
tree39866796b2d2f543d5d86aa844c37d2737a0e1a4 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parentab4b4684a26c31b1eb507a7eb6d2f4ac30764c3d (diff)
[libomptarget][amdgpu] use --allow-shlib-undefined to link on FreeBSD
On FreeBSD, the `environ` symbol is undefined at link time for shared libraries, but resolved by the dynamic linker at runtime. Therefore, allow the symbol to be undefined when creating a shared library, by using the `--allow-shlib-undefined` linker flag, instead of `-z defs` (a.k.a `--no-undefined`). Reviewed By: JonChesterfield Differential Revision: https://reviews.llvm.org/D107698
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions