[libcxx-commits] [PATCH] D103947: [libcxx] Fix using the vcruntime ABI with _HAS_EXCEPTIONS=0 defined
Markus Böck via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 9 04:31:04 PDT 2021
zero9178 added a comment.
Microsofts STL does seem to be doing the same as can be seen here: https://github.com/microsoft/STL/blob/62137922ab168f8e23ec1a95c946821e24bde230/stl/inc/exception#L63.
It's a bit sad that it's an ABI break, but it's basically unavoidable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103947/new/
https://reviews.llvm.org/D103947
More information about the libcxx-commits
mailing list