If we fix https://github.com/llvm/llvm-project/issues/54184, the
dyld_stub_binder symbol will get included in every output dylib. This
would cause the addresses of the other symbols to shift, breaking the
test as it currently stands. Let's make the test more flexible.
Details
Details
- Reviewers
lgrey - Group Reviewers
Restricted Project - Commits
- rGf7547558c9f1: [lld-macho][nfc] Avoid using absolute addresses in cgprofile-icf.s
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo