Some refactoring split out from D34691 that isn't strictly relating to it. It covers the renaming of some variables as Commands were moved to OutputSections the existing ones still imply commands. I've also tidied up the comments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
ELF/Relocations.cpp | ||
---|---|---|
1028 ↗ | (On Diff #114372) | As far as I can see OS isn't used in this function anywhere. Can that parameter be dropped entirely? (I'm fine with that being done in a follow-up if it's possible.) |
Comment Actions
I've removed the unused parameter and have searched for other locations where Cmd is used instead of OS.