This mirrors ld64's behavior. In many cases this likely still leads to a
link failure but if you didn't actually use anything from the library
it can be ignored. If you care about these invalid cases -fatal_warnings
still upgrades it back to an error.
Details
Details
- Reviewers
int3 - Group Reviewers
Restricted Project - Commits
- rGd4cf89ad5a37: [lld-macho] Downgrade missing fat arch to warning
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Might be nice for us to add more detail in the error/warning message indicating the arch looked for vs the archs actually found. Also the message should be standardized into the $path: $message form. We can do that later though, this diff is fine as-is