[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
Wed Aug 29 09:02:16 PDT 2012


On Tue, 2012-08-28 at 22:49 -0700, Chandler Carruth wrote:
> I think chapuni got to this in r162819.
> 

Ah, that's great.

> 
> On Tue, Aug 28, 2012 at 10:41 PM, Michael Liao
> <michael.liao at intel.com> wrote:
>         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
>         
>         _______________________________________________
>         llvm-commits mailing list
>         llvm-commits at cs.uiuc.edu
>         http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>         
> 
> 





More information about the llvm-commits mailing list