[PATCH] D88468: [llvm-readobj] Don't print out section names for STABS symbols
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 6 08:19:54 PDT 2020
int3 added a comment.
> You've previously said that "symbols are harder to remove", but I've tried and found it is actually very easy: all you need is to remove a symbol and adjust the nsyms value.
Most of the hassle is in cleaning up the corresponding strings in the string table, but I guess I could have just removed the symbol entries and left the strings in. Anyway, I've cleaned up both now...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88468/new/
https://reviews.llvm.org/D88468
More information about the llvm-commits
mailing list