[PATCH] D21813: ARM: Fix ARMSubtarget for WOA

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 14:22:23 PDT 2016


rengolin added a comment.

Hi,

Have you run all the tests on Windows (check-all)?

cheers,
--renato


================
Comment at: lib/Support/Windows/Signals.inc:535
@@ -532,1 +534,3 @@
+  StackFrame.AddrStack.Offset = Context.Sp;
+  StackFrame.AddrFrame.Offset = Context.Lr;
 #endif
----------------
Shouldn't this be Fp?


http://reviews.llvm.org/D21813





More information about the llvm-commits mailing list