[PATCH] D56638: [llgo]: Somewhat revive it and make it buildable with current trunk.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 20 14:38:55 PST 2019


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

LGTM



================
Comment at: cmd/gllgo/gllgo.go:201
 	triple          string
+	splitStack      bool
 }
----------------
kristina wrote:
> pcc wrote:
> > I don't see where this is used.
> Currently it's not, in this patch, so I can revise it to remove it. Though flags still need to be handled.
Please move the code handling `-fsplit-stack` into a separate patch.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56638





More information about the llvm-commits mailing list