[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
Thu Jun 30 00:49:02 PDT 2022
namhyung updated this revision to Diff 441286.
namhyung added a comment.
Herald added a subscriber: rupprecht.
I've changed it to use std::vector and call `createFakeSections()` in the llvm-objdump. I'm waiting for D128883 <https://reviews.llvm.org/D128883> to update the test using yaml2obj.
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/tools/llvm-objdump/llvm-objdump.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128705.441286.patch
Type: text/x-patch
Size: 4067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220630/84e9e397/attachment.bin>
More information about the llvm-commits
mailing list