MaskRay added a comment.

gcc does not understand options in `-Wa,` so `-Wa,--version` needs to be used 
this way: `gcc -Wa,--version -c -x assembler /dev/null -o /dev/null`
The verbose syntax makes it not that useful. If the kernel really wants to use 
it, I have no issue with it.

`-integrated-as` => `-fintegrated-as`. `-i*` options are generally used for 
include related features.
Similarly, `-no-integrated-as` => `-fno-integrated-as`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99556

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

Reply via email to