[PATCH] D26345: Extend small data threshold driver options to PPC target

Richard Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 26 18:22:20 PST 2017


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

As of r293254, the `-G=` and `-msmall-data-threshold=` flags are just aliases of `-G`, so you don't need those parts of this patch any more. The PPC part looks fine, but please add a testcase.

In future, please add cfe-commits as a subscriber to Clang changes; otherwise mail doesn't get sent there and patches tend to get lost.


https://reviews.llvm.org/D26345





More information about the cfe-commits mailing list