[PATCH] D28127: ELF: Make dynamic table tags machine aware.
khemant@codeaurora.org via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 27 11:51:19 PST 2016
khemant added inline comments.
================
Comment at: tools/llvm-readobj/ELFDumper.cpp:1575
LLVM_READOBJ_TYPE_CASE(TLSDESC_GOT);
LLVM_READOBJ_TYPE_CASE(MIPS_RLD_VERSION);
LLVM_READOBJ_TYPE_CASE(AUXILIARY);
----------------
compnerd wrote:
> Shouldnt this be with the rest of the MIPS set?
Correct, a dd/p mistake in vim. I will remove this line and merge in. Thanks for the quick review.
Repository:
rL LLVM
https://reviews.llvm.org/D28127
More information about the llvm-commits
mailing list