| commit | 551efd7fd9950782f9c8e56ea14a5e7d79f3b0e5 | [log] [tgz] |
|---|---|---|
| author | Jack Carter <jcarter@mips.com> | Tue Aug 28 19:24:49 2012 +0000 |
| committer | Jack Carter <jcarter@mips.com> | Tue Aug 28 19:24:49 2012 +0000 |
| tree | 1d4ba5235897846cad97d8593247ce926c0cf42c | |
| parent | 710e1a594bb63612d32c35754b9667ee1f58299e [diff] |
Some of the instructions in the Mips instruction set are revision delimited. llvm-mc -disassemble access these through the -mattr option. llvm-objdump -disassemble had no such way to set the attribute so some instructions were just not recognized for disassembly. This patch accepts llvm-mc mechanism for specifying the attributes. llvm-svn: 162781