diff options
author | Daniel Sanders <daniel_l_sanders@apple.com> | 2019-02-19 19:45:03 +0000 |
---|---|---|
committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2019-02-19 19:45:03 +0000 |
commit | daf777b2064680a563c1ea265fc9c026f79599d8 (patch) | |
tree | dfaa1fabfba32938e0b84e31f2326037711deab9 /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | |
parent | 64c7b060bc598d915866d3667f497329453a7a17 (diff) | |
download | bcm5719-llvm-daf777b2064680a563c1ea265fc9c026f79599d8.tar.gz bcm5719-llvm-daf777b2064680a563c1ea265fc9c026f79599d8.zip |
Fix builds for older macOS deployment targets after r354365
Surprisingly, check_symbol_exists is not sufficient. The macOS linker checks the
called functions against a compatibility list for the given deployment target
and check_symbol_exists doesn't trigger this check as it never calls the
function.
This fixes the GreenDragon bots where the deployment target is 10.9
llvm-svn: 354374
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions