[PATCH] D117354: [lld-macho] Allow order files and call graph sorting to be used together
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 21 13:50:06 PST 2022
thakis added a comment.
I'd have one commit that does nothing but the file rename, then a 2nd commit that only moves unchanged functions around (both fine to commit directly), and then I'd rebase this on top of that so that it only shows the behavior change.
Having the file name be different from ELF and COFF is a bit unfortunate, but oh well.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117354/new/
https://reviews.llvm.org/D117354
More information about the llvm-commits
mailing list