[PATCH] D99139: [lld][ELF] --warn-backrefs: Fix symbol name demangling

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 20:58:22 PDT 2021


MaskRay added a comment.

I have noticed this inconsistency but have intended to not make a change because I actually find working with the original names easier...
When fixing internal projects for the backward reference problems, the original names allow me to use `readelf -Ws something | grep ...` more efficiently.

(Also I don't think new test files are needed. Reusing the existing should be fine.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99139/new/

https://reviews.llvm.org/D99139



More information about the llvm-commits mailing list