With '-elf-output-style=GNU -relocations', a header containing the number
of entries is printed before all the relocation entries in the section.
For Android packed format, we need to perform the unpacking first before
we can get the actual number of relocations in the section.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
tools/llvm-readobj/ELFDumper.cpp | ||
---|---|---|
2644 ↗ | (On Diff #150044) | Rename AndroidRelas to match the surrounding code. |
Comment Actions
Thanks for the review.
Can you land this one as well. I am new to llvm and don't have commit access.