[PATCH] D21006: [Driver] Make -flto -S emit assembly

Duncan P. N. Exon Smith via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 5 18:34:17 PDT 2016


dexonsmith added a subscriber: dexonsmith.
dexonsmith added a comment.

I agree with Mehdi.  I expect `-S -flto` to give equivalent output to `-c -flto`.

In effect, with this change, `-flto -S` would silently ignore the `-flto` flag.  That doesn't make sense to me.


http://reviews.llvm.org/D21006





More information about the cfe-commits mailing list