[PATCH] D87837: [Driver] Add disabled-by-default -Wuse-ld-non-word for the deprecation warning for -fuse-ld=/abs/path
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 19 12:53:28 PDT 2020
dblaikie added a comment.
Rather than "non-word" maybe "path" would be more legible (that's the terminology the message text uses, and seems shorter/clearer in the warning name/constant name/etc), ie: -Wuse-ld-path
(how do other warnings about flags do naming regarding the 'f' (or 'g', etc) prefix - maybe "-Wfuse-ld-path" would be a more clear?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87837/new/
https://reviews.llvm.org/D87837
More information about the cfe-commits
mailing list