Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Yet another fix llvm-objdump so it picks a good CPU based for Mach-O files, | Kevin Enderby | 2017-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | in this case for CPU_SUBTYPE_ARM64_ALL. For this cpusubtype it should default to a cyclone CPU to give proper disassembly without a -mcpu= flag. rdar://27767188 llvm-svn: 294771 | ||||
* | [Objdump] Pass the correct subtarget to printInst. | Akira Hatanaka | 2015-03-28 | 1 | -0/+3 |
This fixes a bug I introduced in r233411. llvm-svn: 233484 |