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

Manman Ren manman.ren at gmail.com
Wed Dec 11 12:34:16 PST 2013


The bots are green now.

Thanks,
Manman


On Wed, Dec 11, 2013 at 11:43 AM, Logan Chien <tzuhsiang.chien at gmail.com>wrote:

> 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/20131211/d3bd79d4/attachment.html>


More information about the llvm-commits mailing list