summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Disassembler/TestArm64Disassembly.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When disassembling Aarch64 target and vendor Apple, set the cpu toJason Molenda2019-03-071-0/+80
"apple-latest" which llvm uses to indicate the newest supported ISA. Add a unit test; I'm only testing an armv8.1 instruction in this unit test which would already be disassembled correctly because we set the disassembler to ARM v8.2 mode, but it ensures that nothing has been broken by adding this cpu spec. <rdar://problem/38714781> llvm-svn: 355578
OpenPOWER on IntegriCloud