[PATCH] D40712: [Driver] Add flag enabling the function stack size section that was added in r319430

Sean Eveson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 13 02:07:46 PST 2017


seaneveson marked an inline comment as done.
seaneveson added a comment.

In https://reviews.llvm.org/D40712#949979, @MatzeB wrote:

> I also wonder whether it would be possible to move the fact that it defaults to on for PS4 into the PS4CPU.cpp file somehow (not that things are distributed that cleanly right now anyway).


I see what you're saying, but I can't see an easy way to do that right now, and there are already a number of target dependent defaults done in the same way.


https://reviews.llvm.org/D40712





More information about the cfe-commits mailing list