[Lldb-commits] [PATCH] D70796: [LLDB] Always interpret arm instructions as thumb on windows
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 28 03:05:08 PST 2019
teemperor added a comment.
This is failing for me with:
(lldb) disassemble -b -n entry
error: Unable to find Disassembler plug-in for the 'armv7' architecture.
I assume that's because I run with `LLVM_TARGETS_TO_BUILD:STRING=X86;AArch64` in my CMake configuration. Do we have a way to make this test condition on the ARM target being enabled or do we have the ARM target as a hard requirement for the test suit?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70796/new/
https://reviews.llvm.org/D70796
More information about the lldb-commits
mailing list