[llvm] r213705 - XFAIL the test on MIPS

Juergen Ributzka juergen at apple.com
Tue Jul 22 16:38:53 PDT 2014


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




More information about the llvm-commits mailing list