[libcxx-commits] [PATCH] D128084: [libc++] Add CI job testing on FreeBSD
Ed Maste via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 17 13:35:45 PDT 2022
emaste added inline comments.
================
Comment at: libcxx/include/__config:134
// are deprecated.
-# if defined(__FreeBSD__)
+# if defined(__FreeBSD__) && !defined(_LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR)
# define _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR
----------------
should this part be committed independently?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128084/new/
https://reviews.llvm.org/D128084
More information about the libcxx-commits
mailing list