[PATCH] D129728: [llvm-dwp] Add SHF_COMPRESSED support and remove .zdebug support

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 16:18:39 PDT 2022


MaskRay marked 2 inline comments as done.
MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-dwp/X86/compress.test:35-36
+FileHeader:
+  Class:           ELFCLASS[[CLASS=64]]
+  Data:            ELFDATA2[[ENDIAN]]
+  Type:            ET_REL
----------------
dblaikie wrote:
> Might be more readable to not use a default (`=64`) so the `RUN` lines are explicit about 32/64 in the same way they are explicit about LSB/MSB?
Thanks for the suggestion. Will push with the change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129728



More information about the llvm-commits mailing list