[PATCH] D145567: [Driver] Rename multilib flags to tags
Simon Tatham via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 9 02:59:51 PST 2023
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
More information about the cfe-commits
mailing list