forked from OSchip/llvm-project
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. llvm-svn: 213721
This commit is contained in:
parent
7d79387981
commit
24c0b46e18
|
@ -2,6 +2,9 @@
|
|||
# RUN: sed "s,<filename>,%/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
|
||||
|
|
Loading…
Reference in New Issue