[PATCH] D112164: [lld-macho] Port CallGraphSort from COFF/ELF
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 28 13:20:39 PDT 2021
MaskRay added inline comments.
================
Comment at: lld/MachO/CallGraphSort.cpp:232
+ if (d->isec == isec) {
+ os << sym->getName() << "\n";
+ }
----------------
https://llvm.org/docs/CodingStandards.html#don-t-use-braces-on-simple-single-statement-bodies-of-if-else-loop-statements
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112164/new/
https://reviews.llvm.org/D112164
More information about the llvm-commits
mailing list