[llvm-commits] [llvm] r162781 - in /llvm/trunk: test/Object/Mips/ test/Object/Mips/dext-test.elf-mips64r2 test/Object/Mips/feature.test tools/llvm-objdump/llvm-objdump.cpp

Michael Liao michael.liao at intel.com
Tue Aug 28 22:41:25 PDT 2012


On Tue, 2012-08-28 at 19:24 +0000, Jack Carter wrote:
> Author: jacksprat
> Date: Tue Aug 28 14:24:49 2012
> New Revision: 162781
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=162781&view=rev
> Log:
> 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.
> 

Would u apply add lit.local.cfg to skip these tests when Mips is not
turned on? The attached patch works for me.

Yours
- Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-add-lit.local.cfg-to-skip-Mips-if-not-enabled.patch
Type: text/x-patch
Size: 699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120828/8f91d5f5/attachment.bin>


More information about the llvm-commits mailing list