[PATCH] D136569: [ELF] Add --no-warnings/-w

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 01:24:08 PDT 2022


peter.smith accepted this revision.
peter.smith added a comment.
This revision is now accepted and ready to land.

I think it makes sense as the first level of warning control and matching the GNU ld featureset is useful.

One thing we may want to do in the future is have named individual warnings like clang that can be individually suppressed. I've found that useful in Arm's proprietary linker as customers sometimes find a single warning annoying, but don't want to turn of all warnings. This is a lot more effort to implement and maintain though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136569



More information about the llvm-commits mailing list