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

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


echristo added a comment.

No, RESET_OPTION isn't the right way to do this either. For exactly this sort of reason. You can't actually represent all of the code and options this way in the IR. If you can't do that then it's a non-starter.

-eric


http://reviews.llvm.org/D11815





More information about the cfe-commits mailing list