[PATCH] D85835: [llvm-readobj/elf] - Refine testing of broken Android's packed relocation sections.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 21:31:53 PDT 2020
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/tools/llvm-readobj/ELF/packed-relocs-errors.s:37
+.ascii "APS2"
+.sleb128 4 // Number of relocations
+.sleb128 0 // Initial offset
----------------
You can unify the comment markers while updating the tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85835/new/
https://reviews.llvm.org/D85835
More information about the llvm-commits
mailing list