Goes well with -why_load to get an idea of load order.
Details
Details
- Reviewers
compnerd - Group Reviewers
Restricted Project - Commits
- rG7cb0a373d1d7: [mac/lld] Implement -t
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Yes. (Unless you use both -t and -why_load -- then we interleave while ld64 does all -t output before all -why_load output.)
Comment Actions
Oh, and for .a files we only show the basename, while ld64 prints the full path to the .a (but only the basename of the .o therein). Maybe we should change all LLDs to show the full path to the .a, that feels like it'd be generally a good change.