[libcxx-commits] [PATCH] D132873: [libcxxabi] Fix forced_unwind3.pass.cpp compilation error
Aaron Puchert via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Sep 11 11:45:57 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4491bb19df17: [libcxxabi] Fix forced_unwind3.pass.cpp compilation error (authored by aaronpuchert).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132873/new/
https://reviews.llvm.org/D132873
Files:
libcxxabi/test/forced_unwind3.pass.cpp
Index: libcxxabi/test/forced_unwind3.pass.cpp
===================================================================
--- libcxxabi/test/forced_unwind3.pass.cpp
+++ libcxxabi/test/forced_unwind3.pass.cpp
@@ -47,7 +47,7 @@
// libunwind while _Unwind_Exception_Class in libgcc.
typedef typename std::tuple_element<2, std::tuple<Args...>>::type type;
- static _Unwind_Reason_Code stop(int, _Unwind_Action actions, type, struct _Unwind_Exception*, struct _Unwind_Context*,
+ static _Unwind_Reason_Code stop(int, _Unwind_Action actions, type, _Unwind_Exception*, struct _Unwind_Context*,
void*) {
if (actions & _UA_END_OF_STACK) {
assert(destructorCalled == true);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132873.459385.patch
Type: text/x-patch
Size: 713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220911/2a9cedb1/attachment-0001.bin>
More information about the libcxx-commits
mailing list