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

Rafael Ávila de Espíndola via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 5 17:04:01 PDT 2016


rafael added a comment.

OK, it prints assembly with ir in it. That doesn't apply to us since .BC is
not elf.

I guess we could just produce assembly. A .ll  cannot be used for lto.

So I guess this is OK, but please wait to see what others think.

Cheers,
Rafael


http://reviews.llvm.org/D21006





More information about the cfe-commits mailing list