[libcxx-commits] [PATCH] D92194: [libc++] Formalize what configurations are covered by the ABI lists
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 26 12:55:39 PST 2020
ldionne updated this revision to Diff 307917.
ldionne added a comment.
Don't check ABI lists on the Apple system configuration.
It doesn't enable the debug mode, and we don't have an ABI list for that yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92194/new/
https://reviews.llvm.org/D92194
Files:
libcxx/lib/abi/CMakeLists.txt
libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist
libcxx/lib/abi/x86_64-apple-darwin.v1.abilist
libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist
libcxx/lib/abi/x86_64-unknown-linux-gnu.v1.abilist
libcxx/utils/ci/run-buildbot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92194.307917.patch
Type: text/x-patch
Size: 459813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201126/4fe3c5b3/attachment-0001.bin>
More information about the libcxx-commits
mailing list