summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/breakpoint
diff options
context:
space:
mode:
authorDimitry Andric <dimitry@andric.com>2019-10-19 10:59:23 +0000
committerDimitry Andric <dimitry@andric.com>2019-10-19 10:59:23 +0000
commitd5367db95c4295b088bf9ae3cf99e24d8bf7e249 (patch)
treecbf36d48fd34c7ad1d4f8ae99a3b129fe6bb17e1 /lldb/packages/Python/lldbsuite/test/python_api/breakpoint
parent751e0bb6af33786339761173e61d6e37b752836e (diff)
downloadbcm5719-llvm-d5367db95c4295b088bf9ae3cf99e24d8bf7e249.tar.gz
bcm5719-llvm-d5367db95c4295b088bf9ae3cf99e24d8bf7e249.zip
Refine check for `_LIBCPP_C_HAS_NO_GETS` on FreeBSD
Summary: In D67316 we added `_LIBCPP_C_HAS_NO_GETS` to signal that the C library does not provide `gets()`, and added a test for FreeBSD 13 or higher, using the compiler-defined `__FreeBSD__` macro. Unfortunately this did not work that well for FreeBSD's own CI process, since the gcc compilers used for some architectures define `__FreeBSD__` to match the build host, not the target. Instead, we should use the `__FreeBSD_version` macro from the userland header `<osreldate.h>`, which is more fine-grained. See also <https://reviews.freebsd.org/D22034>. Reviewers: EricWF, mclow.lists, emaste, ldionne Reviewed By: emaste, ldionne Subscribers: dexonsmith, bsdjhb, krytarowski, christof, ldionne, libcxx-commits Differential Revision: https://reviews.llvm.org/D69174 llvm-svn: 375340
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud