[PATCH] D68249: [llvm-objdump] Don't throw error for empty dynamic section

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 01:40:12 PDT 2019


grimar added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/elf-keep-debug-only.test:22
+    Sections:
+      - Section: .dynstr
+      - Section: .dynamic
----------------
I have an error when trying to use this YAML as is:
"yaml2obj: error: unknown section referenced: '.dynstr' by program header"

(I've added a dummy `.dynstr` declaration to procceed)



Repository:
  rL LLVM

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

https://reviews.llvm.org/D68249





More information about the llvm-commits mailing list