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

Namhyung Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 4 12:24:32 PDT 2022


namhyung updated this revision to Diff 442133.
namhyung marked 21 inline comments as done.
namhyung added a comment.

Updates:

- split test cases and improve comments
- remove unnecessary info in the test yaml
- remove const from obj to remove the const_cast


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128705

Files:
  llvm/include/llvm/Object/ELF.h
  llvm/include/llvm/Object/ELFObjectFile.h
  llvm/test/tools/llvm-objdump/X86/disassemble-no-section.test
  llvm/test/tools/llvm-objdump/no-section-headers.test
  llvm/tools/llvm-objdump/llvm-objdump.cpp
  llvm/tools/llvm-objdump/llvm-objdump.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128705.442133.patch
Type: text/x-patch
Size: 9330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220704/ab912f9d/attachment.bin>


More information about the llvm-commits mailing list