[PATCH] D128705: [llvm-objdump] Create fake sections for a ELF core file

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 01:00:50 PDT 2022


MaskRay added a comment.

> But it doesn't have section headers so llvm-objdump cannot handle it.
> ...
> With this change, I can see perf annotate shows proper outputs.

>From the description it's unclear how llvm-objdump is used. People doing archaeology at this commit just want to know the exact `perf` command which uses llvm-objdump.
Please just give reproducible instructions (something with `--objdump path/to/llvm-objdump`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128705



More information about the llvm-commits mailing list