[Lldb-commits] [PATCH] D12553: Fix arm disassambler with specifying armv8.1a architecture
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 2 06:08:46 PDT 2015
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
sounds reasonable to me
================
Comment at: source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp:668
@@ +667,3 @@
+ // If no sub architecture specified then use the most recent arm architecture so the
+ // disassembler will return all instruction. Without it we will see a lot of unknow opcode
+ // in case the code uses instructions which are not available in the oldest arm version
----------------
s/unknow/unknown/
http://reviews.llvm.org/D12553
More information about the lldb-commits
mailing list