From 4c72ce8cff217bd3ca96232974f30b2e2905b32b Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 23 Jul 2014 04:05:46 +0000 Subject: [PATCH] RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s: Use %/T here, or sed(1) would be confused with dos path. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213720 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 847977b9eac..5256d2b1700 100644 --- a/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s +++ b/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s @@ -1,5 +1,5 @@ # RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -relocation-model=pic -filetype=obj -o %T/foo.o %s -# RUN: sed "s,,%T/foo.o,g" %s > %T/foo.s +# 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 .section __TEXT,__text,regular,pure_instructions -- 2.34.1