[libcxx-commits] [libcxx] [libc++] Implements Runtime format strings II. (PR #72543)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 29 10:01:03 PST 2023
mordante wrote:
Thanks for the complete stack-trace. This seems to fail in a test that validates the expected exception is thrown. The test line contains `check_exception("The argument index value is too large for the number of arguments supplied", SV("{:"));` The call to `failed_throw` seems to indicate there's no catch handler found.
So I also start to suspect an issue in the unwinder. I'm also not sure how to debug that. Since the tests passes on other platforms including platforms using sanitizer I'm happy to keep the suppression on Zorg.
https://github.com/llvm/llvm-project/pull/72543
More information about the libcxx-commits
mailing list