By default ld64 ignores invalid LC_LINKER_OPTION warnings unless the
link fails at which point it prints them. This adds that same behavior
behind --ignore-auto-link-options. We could flip this on by default
matching ld64 but it allows these issues to go in unnoticed. At the very
least this option allows folks who have existing violations of this
that are not easy to fix to use lld.
Details
Details
- Reviewers
int3 - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo