simon_tatham added inline comments.

================
Comment at: clang/docs/Multilib.rst:71
+   arguments into a standard set of simpler "tags". In many cases these tags
    will look like a command line argument with the leading ``-`` stripped off,
+   but where a suitable form for the tag doesn't exist in command line
----------------
This is a particular case where "option" seems like a better word. Not every 
//argument// has a leading `-` in the first place. But every //option// does.

(Or, at least, in the default Unix / gcc style of clang options. I suppose in 
`clang-cl` even that is not true, because options can have a leading `/` in 
Windows style. I assume that in that situation the options are normalised to 
their GNU representation before converting into multilib selection tags?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145567

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

Reply via email to