diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2022-05-19 13:07:20 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2022-05-19 21:39:52 -0700 |
commit | ea4864007c72bfe1523013e28ceae4e391b66afc (patch) | |
tree | 293c1b12393d7b67fd32f0892e1264142d3d180c /lldb/test/Shell/ScriptInterpreter/Python/eof.test | |
parent | 3e5b1e9ccfae859bc0248c2568fbda05585ba823 (diff) | |
download | llvm-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/eof.test')
0 files changed, 0 insertions, 0 deletions