PPC::writeIplt (IPLT code sequence, D71621) needs to access Symbol.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 42683 Build 43226: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
lld/ELF/Arch/Mips.cpp | ||
---|---|---|
323 | It is used only once in each branch, so perhaps just inline it? |
Comment Actions
I think I like sym over s as a function parameter name whose scope is not very narrow, but except that LGTM.
lld/ELF/Arch/Mips.cpp | ||
---|---|---|
323 | In Mips.cpp, the variable is used a lot. In other files, I try inlining it if not used often. |
It is used only once in each branch, so perhaps just inline it?