[PATCH] D54492: Notify the linker when a TU compiled with split-stack has a functionwithout a prologue.There is more context here:https://go-review.googlesource.com/c/go/+/148819/

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 26 15:20:35 PST 2018


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

LGTM.



================
Comment at: lib/Target/ARM/ARMFrameLowering.cpp:2166
+  if (StackSize == 0 && !MFI.hasTailCall()) {
+    MF.getMMI().setHasNosplitStack(true);
     return;
----------------
FTR the casing on NosplitStack here really bugs me, but it's not your fault and can be updated later :)


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54492/new/

https://reviews.llvm.org/D54492





More information about the llvm-commits mailing list