[PATCH] D98803: [llvm-symbolizer][llvm-nm] Fix AArch64 and ARM mapping symbols handling.
Yvan Roux via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 18 02:18:46 PDT 2021
yroux planned changes to this revision.
yroux added a comment.
Thanks for the reviews,
@jhenderson, yes I'm looking at these COFF regressions, the reason I've included llvm-nm changes into this patch is that marking these symbols as `SF_FormatSpecific` breaks llvm --special-syms, thus I'd prefer to restrict llvm-nm changes to ARM and AArch64 targets if that's fine for you, otherwise I'll just split the patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98803/new/
https://reviews.llvm.org/D98803
More information about the llvm-commits
mailing list