[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

Chandler Carruth chandlerc at google.com
Tue Aug 28 22:49:17 PDT 2012


I think chapuni got to this in r162819.


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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120828/a0d47af6/attachment.html>


More information about the llvm-commits mailing list