During reviewing D102277 it was decided to remove lazy options processing
from llvm-objcopy CopyConfig structure. This patch transforms processing of ELF
lazy options into the in-place processing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM overall. Just a few nits.
FYI, I'm off work all of next week, so it'll be the week after before I can comment on any more patches.
llvm/tools/llvm-objcopy/CommonConfig.h | ||
---|---|---|
155 | It's not explicitly stated, but reading between the lines, and looking at the example in the coding standards, I think this should be IndirectFunction (and UniqueObject below). | |
165 | ||
llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp | ||
503–504 | I think this keeps the comment a little more generic, so that if the signature changes, the comment remains valid. |
Comment Actions
LGTM overall. Just a few nits.
FYI, I'm off work all of next week, so it'll be the week after before I can comment on any more patches.
I see, thanks. And thank you for reviewing.
It's not explicitly stated, but reading between the lines, and looking at the example in the coding standards, I think this should be IndirectFunction (and UniqueObject below).