[PATCH] D123279: [lld-macho][nfc] Give non-text ConcatOutputSections order-independent finalization
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 7 07:18:01 PDT 2022
oontvoo added a comment.
thx!
================
Comment at: lld/MachO/ConcatOutputSection.h:50
-private:
- void finalizeFlags(InputSection *input);
+ std::vector<ConcatInputSection *> inputs;
----------------
perhaps make this a private, too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123279/new/
https://reviews.llvm.org/D123279
More information about the llvm-commits
mailing list