[libcxx-commits] [libcxx] [libc++] Encode additional ODR-affecting properties in the ABI tag (PR #69669)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 23 15:44:44 PDT 2023
================
@@ -0,0 +1,63 @@
+//===----------------------------------------------------------------------===//
----------------
ldionne wrote:
I thought about that, but testing this from within the test suite is really challenging -- we'd have to get two different versions of libc++ or something like that. I think the current tests strike the appropriate balance but I'm open to being convinced otherwise.
https://github.com/llvm/llvm-project/pull/69669
More information about the libcxx-commits
mailing list