[PATCH] D133780: [lld-macho] Have ICF dedup explicitly-defined selrefs
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 14:25:27 PDT 2022
int3 added inline comments.
================
Comment at: lld/MachO/ICF.cpp:414
// ICF::segregate()
std::vector<ConcatInputSection *> hashable;
uint64_t icfUniqueID = inputSections.size();
----------------
hm I should rename this to `foldable` too
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133780/new/
https://reviews.llvm.org/D133780
More information about the llvm-commits
mailing list