[PATCH] D75588: [llvm-objdump] --syms: print "%016" PRIx64 instead of "%08" PRIx64 for 64-bit objects

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 08:25:03 PST 2020


MaskRay added a comment.

I will fix/improve the lld/test/ELF tests. Some should use `llvm-readelf -s` instead of `llvm-objdump -t`. The BFD flags (`g` and `l`) in llvm-objdump output may cause another change. The `llvm-readelf -s` output is stable.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75588





More information about the llvm-commits mailing list