[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
Thu Jul 7 15:07:23 PDT 2022
MaskRay added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/no-section-headers.test:6
+# RUN: llvm-strip --strip-sections -o %t2 %t
+# RUN: llvm-objdump -h %t2 | FileCheck %s
+
----------------
namhyung wrote:
> Hmm.. it seems we already have a test in llvm/test/Object/objdump-no-sectionheaders.test with an binary input file. That means we can drop this test?
If so, yes.
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