[PATCH] D72992: [llvm-objdump] - Add column headers for relocation printing
Liad Mordekoviz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 20 12:36:35 PST 2020
liadz0rz added a comment.
In D72992#1829062 <https://reviews.llvm.org/D72992#1829062>, @jhenderson wrote:
> Thanks for the patch!
>
> It looks like you haven't run the tests. Please make sure to run the check-all target, to run all the tests. In particular, I expect to see many tests that will fail, because they do not expect the extra line for the headers. Also, please make sure to update the llvm/test/tools/llvm-objdump/elf-relocations.test to check this works. You will need to add a 32-bit test case probably, to show that the 16 versus 8 space padding decision is made correctly. If you need help writing these tests, please let me know, and I'll be happy to help out.
I've updated the relocations-elf.test file with the new headers, they seem to recognize the headers quite well, however, the relocations on my machine come out different than the test expects, so the other parts of the test fail...
Are there any requirements for the machine I am running my test on?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72992/new/
https://reviews.llvm.org/D72992
More information about the llvm-commits
mailing list