MaskRay added inline comments.

================
Comment at: clang/include/clang/Basic/DiagnosticDriverKinds.td:732
+def warn_drv_loongarch_conflicting_mabi : Warning<
+  "ignoring -mabi value '%0' as it conflicts with that implied by -m*-float 
(%1)">,
+  InGroup<OptionIgnored>;
----------------
You can make `-mabi`/`-mfpu` an argument as well so that we can create just one 
`def`.
It would be good to expand `-m*-float`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153707

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

Reply via email to