[PATCH] D129728: [llvm-dwp] Add SHF_COMPRESSED support and remove .zdebug support
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 16:16:41 PDT 2022
dblaikie accepted this revision.
dblaikie added a comment.
Sounds good :)
================
Comment at: llvm/test/tools/llvm-dwp/X86/compress.test:35-36
+FileHeader:
+ Class: ELFCLASS[[CLASS=64]]
+ Data: ELFDATA2[[ENDIAN]]
+ Type: ET_REL
----------------
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?
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