[PATCH] D13132: [X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before calls

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 11:21:12 PDT 2015


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm

Thanks for the ping and the fix!


================
Comment at: lib/Target/X86/X86FrameLowering.cpp:2068
@@ +2067,3 @@
+    // if it didn't change.
+    bool HasDwarfEHHandlers =
+      !MF.getTarget().getMCAsmInfo()->usesWindowsCFI() && 
----------------
Hm, got it.


http://reviews.llvm.org/D13132





More information about the llvm-commits mailing list