Details
Details
- Reviewers
smeenai - Group Reviewers
Restricted Project - Commits
- rGccbacdded456: [lld-macho] Weak locals should be relaxed too
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM; good catch.
lld/MachO/SyntheticSections.cpp | ||
---|---|---|
269 | I don't have strong feelings about this either way, but would this be better as a method on Symbol vs. an out-of-line function? |
lld/MachO/SyntheticSections.cpp | ||
---|---|---|
269 | I put it here since its logic is pretty similar (and related) to that in addNonLazyBindingEntries below |
I don't have strong feelings about this either way, but would this be better as a method on Symbol vs. an out-of-line function?