From b9b8d091377a4f4553a6f3644740aca5ce404d6c 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? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213705 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../RuntimeDyld/AArch64/MachO_ARM64_relocations.s | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s b/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s index 510d9b05473..f76cf0cca32 100644 --- a/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s +++ b/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.34.1