From 7325ac39b69241b96287766ca9a59bc315c01df2 Mon Sep 17 00:00:00 2001 From: Juergen Ributzka Date: Tue, 22 Jul 2014 23:15:01 +0000 Subject: [PATCH] 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(+) diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s b/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s index 510d9b0..f76cf0c 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. -- 2.7.4