From 7325ac39b69241b96287766ca9a59bc315c01df2 Mon Sep 17 00:00:00 2001 From: Juergen Ributzka Date: Tue, 22 Jul 2014 23:15:01 +0000 Subject: XFAIL the test on MIPS Not sure how to debug this one without a MIPS machine. Any takers? llvm-svn: 213705 --- llvm/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/ExecutionEngine') diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s b/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s index 510d9b05473..f76cf0cca32 100644 --- a/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s +++ b/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s @@ -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. -- cgit v1.2.3