[PATCH] D109016: [llvm-objdump] Fix 'llvm-objdump -dr' for executables with relocations

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 14:38:31 PDT 2021


MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/ELF/exec-relocations.test:41
+    AddressAlign:    0x8
+    Content:         0100020000000000000000000000000048656C6C6F20776F726C642100
+  - Name:            .rela.text
----------------
The content should be simplified. Having one byte should be sufficient.

Every long stream of opaque bytes if a potential future maintenance burden.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109016



More information about the llvm-commits mailing list