[PATCH] D77512: [ELF] Add --warn-backrefs-exclude=<glob>
Sriraman Tallam via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 11 23:25:43 PDT 2020
tmsriram added inline comments.
================
Comment at: lld/ELF/Options.td:406
+defm warn_backrefs_exclude
+ : Eq<"warn-backrefs-exclude",
----------------
Just a drive by observation. Why not --no-warn-backrefs=? Basically the same semantics except --no-warn-backrefs= instead of --warn-backrefs-exclude=
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77512/new/
https://reviews.llvm.org/D77512
More information about the llvm-commits
mailing list