[llvm] r213705 - XFAIL the test on MIPS

Brendan Kirby brendan.kirby at imgtec.com
Tue Jul 22 17:49:33 PDT 2014


Juergen,

No problem.  I've attached the object file created from running this
command:
llvm-mc -triple=arm64-apple-ios7.0.0 -code-model=small
-relocation-model=pic -filetype=obj -o /tmp/MachO_ARM64_relocations.o
test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s

Brendan

On 07/22/14 16:38, Juergen Ributzka wrote:
> Hi Brendan,
>
> could you please run the first run line from this test and send me the resulting object file?
>
> Thanks
>
> Cheers,
> Juergen
>
> On Jul 22, 2014, at 4:15 PM, Juergen Ributzka <juergen at apple.com> wrote:
>
>> Author: ributzka
>> Date: Tue Jul 22 18:15:01 2014
>> New Revision: 213705
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=213705&view=rev
>> Log:
>> XFAIL the test on MIPS
>>
>> Not sure how to debug this one without a MIPS machine. Any takers?
>>
>> Modified:
>>    llvm/trunk/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s
>>
>> Modified: llvm/trunk/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s?rev=213705&r1=213704&r2=213705&view=diff
>> ==============================================================================
>> --- llvm/trunk/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s (original)
>> +++ llvm/trunk/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s Tue Jul 22 18:15:01 2014
>> @@ -1,6 +1,7 @@
>> # RUN: llvm-mc -triple=arm64-apple-ios7.0.0 -code-model=small -relocation-model=pic -filetype=obj -o %t.o %s
>> # RUN: llvm-rtdyld -triple=arm64-apple-ios7.0.0 -verify -check=%s %t.o
>> # RUN: rm %t.o
>> +# XFAIL: mips
>>
>> # FIXME: Add GOT relocation tests once GOT testing is supported.
>>
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
A non-text attachment was scrubbed...
Name: MachO_ARM64_relocations.o
Type: application/x-object
Size: 17044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140722/9f945286/attachment.o>


More information about the llvm-commits mailing list