[PATCH] D103974: [llvm-objdump] Add testing for --print-imm-hex, --headers, --section-headers and --private-headers

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 9 10:15:00 PDT 2021


gbreynoo added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/ELF/private-headers.test:16
+
+--- !ELF
+FileHeader:
----------------
I'm new to yaml2obj so there may well be a simpler way to do this.


================
Comment at: llvm/test/tools/llvm-objdump/X86/print-imm-hex.s:6
+# RUN: llvm-objdump -d --no-print-imm-hex --print-imm-hex %t | FileCheck %s --check-prefix=PRINT
+
+.text
----------------
The assembly here was taken from another test, I'm happy to change it if a better sample can be suggested.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103974



More information about the llvm-commits mailing list