Skip to content

Commit 757f05e

Browse files
committed
Updated __FreeBSD__ + restored ABI
1 parent 58793a4 commit 757f05e

File tree

3 files changed

+2050
-14
lines changed

3 files changed

+2050
-14
lines changed

libcxx/include/__config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,8 +1516,8 @@ __sanitizer_verify_double_ended_contiguous_container(const void*, const void*, c
15161516
# define _LIBCPP_HAS_EXPLICIT_THIS_PARAMETER
15171517
# endif
15181518

1519-
# if (defined(__APPLE__) || defined(__linux__) || defined(_LIBCPP_WIN32API)) && !defined(__PICOLIBC__) && \
1520-
!defined(_LIBCPP_HAS_NO_INCOMPLETE_DEBUGGING)
1519+
# if (defined(__APPLE__) || defined(__FreeBSD__) || defined(__linux__) || defined(_LIBCPP_WIN32API)) && \
1520+
!defined(__PICOLIBC__) && !defined(_LIBCPP_HAS_NO_INCOMPLETE_DEBUGGING)
15211521
# define _LIBCPP_HAS_DEBUGGING
15221522
# endif
15231523

0 commit comments

Comments
 (0)