[libcxx-commits] [PATCH] D126868: [libunwind] Remove unused ARM SEH placeholder code
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 6 13:28:23 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG64778c002a77: [libunwind] Remove unused ARM SEH placeholder code (authored by mstorsjo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126868/new/
https://reviews.llvm.org/D126868
Files:
libunwind/src/UnwindCursor.hpp
Index: libunwind/src/UnwindCursor.hpp
===================================================================
--- libunwind/src/UnwindCursor.hpp
+++ libunwind/src/UnwindCursor.hpp
@@ -1965,10 +1965,6 @@
_info.handler = 0;
}
}
-#elif defined(_LIBUNWIND_TARGET_ARM)
- _info.end_ip = _info.start_ip + unwindEntry->FunctionLength;
- _info.lsda = 0; // FIXME
- _info.handler = 0; // FIXME
#endif
setLastPC(pc);
return true;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126868.434586.patch
Type: text/x-patch
Size: 440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220606/5e71fb6b/attachment.bin>
More information about the libcxx-commits
mailing list