[PATCH] D15781: [compiler-rt] Add support for ARM EHABI to gcc_personality_v0.
Timon Van Overveldt via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 2 21:25:19 PST 2016
timonvo added inline comments.
================
Comment at: lib/builtins/gcc_personality_v0.c:185
@@ +184,3 @@
+#if USING_ARM_EHABI
+ /* After resuming from a cleanup we should also continue on to the next
+ * frame straight away. */
----------------
You (and @compnerd earlier) were right, what I had did not take into account the _US_UNWIND_FRAME_RESUME step of phase2. I've updated the code, now it should continue on the next frame during every step *except* _US_UNWIND_FRAME_STARTING.
http://reviews.llvm.org/D15781
More information about the llvm-commits
mailing list