[PATCH] D11815: Pass subtarget feature "force-align-stack"

Eric Christopher via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 13 17:04:35 PDT 2015


echristo added a comment.

Hi Hal,

No, TargetOptions is exactly the wrong place to handle this due to wanting to have various functions compiled with and without a force aligned stack at the IR level that might not hold up at LTO time.

-eric


http://reviews.llvm.org/D11815





More information about the cfe-commits mailing list