[llvm] r197052 - [arm] Implement ARM .arch directive.

Logan Chien tzuhsiang.chien at gmail.com
Wed Dec 11 11:43:38 PST 2013


Hi Tim and Manman,

I have replaced -arch with -triple in r197062.
Does this commit help?  Thanks.

Logan


On Thu, Dec 12, 2013 at 3:05 AM, Tim Northover <t.p.northover at gmail.com>wrote:

> > 0. Program arguments: llvm-mc -arch=arm -filetype=obj
> > <stdin>: The file was not recognized as a valid object file
> > FileCheck error: '-' is empty.
> >
> > Any idea what is wrong?
>
> At the very least the tests are using -march=arm and then checking for
> ELF-specific objdumping. Fixing that will probably make the weird
> assertion failure go away too, though it could be something more
> substantial.
>
> Cheers.
>
> Tim.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131212/e069f8c3/attachment.html>


More information about the llvm-commits mailing list