[PATCH] D150637: [lld][ELF] Add option for suppressing section type mismatch warnings
Leonard Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 22:49:56 PDT 2023
leonardchan added a comment.
In D150637#4344675 <https://reviews.llvm.org/D150637#4344675>, @MaskRay wrote:
> In such a case, can you specify `--no-fatal-warnings` if the build system defaults to `--fatal-warnings`?
Oh it's not that these warnings are treated as errors, it's that we see a lot of them for sections coming from prebuilts and there's just so much of them that we'd like to just silence them in the meantime while we sort out fixing the prebuilt lib.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150637/new/
https://reviews.llvm.org/D150637
More information about the llvm-commits
mailing list