[PATCH] D112843: [aarch64/mac] Correctly disassemble @TLVPPAGE(OFF) relocs
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 9 07:45:25 PST 2021
thakis added a comment.
Thanks! I moved the test over.
`llvm-otool -tV` is basically the same as `llvm-objdump --macho -d --no-show-raw-insn` and shorter (cf parseOtoolOptions() in llvm/tools/llvm-objdump/llvm-objdump.cpp -- absence of `-j` is `--no-show-raw-insn`), so I kept the otool invocation. If you feel strongly about changing it to llvm-objdump, I'll change it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112843/new/
https://reviews.llvm.org/D112843
More information about the llvm-commits
mailing list