[PATCH] D155809: [NFC] [Clang] Fix strict weak ordering in ItaniumVTableBuilder
Nikolas Klauser via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 1 13:39:19 PDT 2023
philnik added a comment.
@aaron.ballman I think what @danlark means is that when building clang against a libc++ which has debug assertions enabled, the clang tests he mentioned result in an assertion firing within libc++. i.e. the libc++ debug mode catches the non-strict weak ordering that it gets from the clang code. That's why he can't just add a test that fires the assertion. Currently, there are no bots that build clang against a libc++ with debug assertions enabled.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155809/new/
https://reviews.llvm.org/D155809
More information about the cfe-commits
mailing list