<div dir="ltr">Many of my new colleagues in the research lab have problem with unrecognized instructions when using llvm-mc to disassemble ARM binaries. The problem is that they don't even know sub target concept in LLVM MC.<div>
I made some small modifications for the llvm-mc tool (for ARM) so that if you just specify the triple instead of the mattr you can still cover the default sub target we offer. I think this will help many beginners who were scared away when they saw error message disassembling binary with LLVM.</div>
<div>I do see some brilliant guy actively working on embedding the sub target into table description. I think this will push the MC project to a new stage!</div><div>But before that happens, this seems to be one of the optional temporary remedy.</div>
</div>