[libcxx-commits] [PATCH] D118901: [libc++] Disable incomplete features for the LLVM 14 release
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 3 15:05:07 PST 2022
ldionne updated this revision to Diff 405808.
ldionne marked an inline comment as done.
ldionne added a comment.
Address review comments, rebase and fix CI by excluding the format symbols from the ABI list by default
(since by default, we're effectively not including those symbols in the dylib).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118901/new/
https://reviews.llvm.org/D118901
Files:
libcxx/CMakeLists.txt
libcxx/docs/ReleaseNotes.rst
libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist
libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist
libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118901.405808.patch
Type: text/x-patch
Size: 10917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220203/01378ac7/attachment.bin>
More information about the libcxx-commits
mailing list