[PATCH] D113534: [lld-macho] Do not warn on install_name for bundles

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 9 18:41:01 PST 2021


thakis added a comment.

The flag doesn't have an effect on bundles though. The warning is correct. See D98259 <https://reviews.llvm.org/D98259> – ld doesn't have this warning at all.

In Chromium, this warning did identify a bunch of places where we passed this flag where it didn't have an effect, so having the warning seems vaguely useful to me.

Maybe we should instead have a flag to disable the warning?


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