[PATCH] D127564: [lld-macho] Add support for -w
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 11 09:38:36 PDT 2022
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lld/Common/ErrorHandler.cpp:246
+ if (suppressWarnings) {
+ return;
+ }
----------------
delete braces for one-line simple body.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127564/new/
https://reviews.llvm.org/D127564
More information about the llvm-commits
mailing list