From 11e84aefe03cdad0a7edf44e99864e8430bfd725 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 23 Jul 2014 04:05:58 +0000 Subject: [PATCH] Suppress a test on win32 for now, llvm/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s. FIXME: Fix searching StubMap with '/' and '\\' on Win32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213721 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s b/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s index 5256d2b1700..29d847014d1 100644 --- a/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s +++ b/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s @@ -2,6 +2,9 @@ # RUN: sed "s,,%/T/foo.o,g" %s > %T/foo.s # RUN: llvm-rtdyld -triple=x86_64-apple-macosx10.9 -verify -check=%T/foo.s %T/foo.o +# FIXME: Fix searching StubMap with '/' and '\\' on Win32. +# REQUIRES: shell + .section __TEXT,__text,regular,pure_instructions .globl foo .align 4, 0x90 -- 2.34.1