phosek added inline comments.

================
Comment at: clang/include/clang/Driver/Options.td:4261
 def print_multi_lib : Flag<["-", "--"], "print-multi-lib">;
+def print_multi_selection_flags : Flag<["-", "--"], 
"print-multi-selection-flags-experimental">,
+  HelpText<"Print the flags used for selecting multilibs (experimental)">;
----------------
This is just a suggestion, but I'd consider dropping `selection`, that is the 
name of the flag would be just `-print-multi-flags`. It's not clear to me what 
the "selection" means in this context and I'm not sure if it provides any 
additional value.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142933

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

Reply via email to