[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 13 14:07:46 PST 2019
pcc added a comment.
For testing `-fsplit-stack` you probably want to add a test under `llgo/test/irgen`. They are standard lit tests.
================
Comment at: cmd/gllgo/gllgo.go:201
triple string
+ splitStack bool
}
----------------
I don't see where this is used.
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