[PATCH] D113534: [lld-macho] Avoid warning on -install-name if -dylib is not provided

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 07:54:19 PST 2021


thakis added a comment.

In D113534#3133230 <https://reviews.llvm.org/D113534#3133230>, @int3 wrote:

> I'm a bit hesitant about using that scheme because it seems like we could end up with dozens of flags, each for a different warning. But I suppose if the other ports are doing it already then it's nice to follow them

Isn't that _good_ though? Clang has hundreds of warning flags, and I think that's generally appreciated. We should still pick good defaults of course, but likely different projects will want to care about different things.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113534



More information about the llvm-commits mailing list