aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2022-05-19 13:07:20 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2022-05-19 21:39:52 -0700
commitea4864007c72bfe1523013e28ceae4e391b66afc (patch)
tree293c1b12393d7b67fd32f0892e1264142d3d180c /lldb/test/Shell/ScriptInterpreter/Python
parent3e5b1e9ccfae859bc0248c2568fbda05585ba823 (diff)
downloadllvm-ea4864007c72bfe1523013e28ceae4e391b66afc.zip
llvm-ea4864007c72bfe1523013e28ceae4e391b66afc.tar.gz
llvm-ea4864007c72bfe1523013e28ceae4e391b66afc.tar.bz2
[lldb] Fix 'ptsname_r' is only available on macOS 10.13.4 or newer
A deployment target less than 10.13.4 causes an error saying that 'ptsname_r' is only available on macOS 10.13.4 or newer. The current logic only checks if the symbol is available and doesn't account for the deployment target. This patch fixes that by adding an availability check. Differential revision: https://reviews.llvm.org/D125995
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions