[Lldb-commits] [PATCH] D127741: [Disassembler] Add +all CPU feature to subtargetInfo and use it for disassembling AArch64
    David Spickett via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Jun 15 14:32:17 PDT 2022
    
    
  
DavidSpickett added a comment.
> Why not use objdump? If we only check that instructions get disassembled, it will work fine.
I just remember some tests using llvm-mc to disassemble and some using objdump. Istr that using llvm-mc for assemble and disassemble usually meant having two test files instead of one. Anyway, not important.
objdump with a generic cpu or with the all feature removed sgtm.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127741/new/
https://reviews.llvm.org/D127741
    
    
More information about the lldb-commits
mailing list