[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 Jul 7 14:54:38 PDT 2022


namhyung 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
+
----------------
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?


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