[PATCH] D131290: [llvm-objdump] Create name for fake sections

Namhyung Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 23:26:28 PDT 2022


namhyung updated this revision to Diff 452899.
namhyung added a comment.

Updated.

- remove unnecessary llvm:: prefix
- convert disassemble-no-section.test to use yaml2obj

Note that the test fails due to a mismatch on the first section name.
It should be PT_LOAD#1 but it shows PT_LOAD#3.  I don't know why. :(


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131290

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131290.452899.patch
Type: text/x-patch
Size: 5750 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220816/d443add4/attachment.bin>


More information about the llvm-commits mailing list