steven_wu added a comment.

I don't think current implementation is the best idea. I think is better to 
make the gcc compatible LTO value to be a clang Driver only option, give them 
an option name, and handle them separately in driver to invoke correct fullLTO 
cc1 command, so that:

- The value remain invalid option for cc1 (CompilerInvocation should just error 
on that, just like now).
- The ignored value should not appear in the help or autocompletion.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102479/new/

https://reviews.llvm.org/D102479

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to