[llvm] r221262 - llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in regex. This works on win32.
NAKAMURA Takumi
geek4civic at gmail.com
Tue Nov 4 05:00:48 PST 2014
Author: chapuni
Date: Tue Nov 4 07:00:48 2014
New Revision: 221262
URL: http://llvm.org/viewvc/llvm-project?rev=221262&view=rev
Log:
llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in regex. This works on win32.
Modified:
llvm/trunk/test/Transforms/GCOVProfiling/linezero.ll
Modified: llvm/trunk/test/Transforms/GCOVProfiling/linezero.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GCOVProfiling/linezero.ll?rev=221262&r1=221261&r2=221262&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/GCOVProfiling/linezero.ll (original)
+++ llvm/trunk/test/Transforms/GCOVProfiling/linezero.ll Tue Nov 4 07:00:48 2014
@@ -1,7 +1,6 @@
-; RUN: sed -e 's|PATTERN|%T|g' < %s > %t1
+; RUN: sed -e 's|PATTERN|%/T|g' < %s > %t1
; RUN: opt -insert-gcov-profiling -disable-output < %t1
; RUN: rm %T/linezero.gcno %t1
-; REQUIRES: shell
; This is a crash test.
More information about the llvm-commits
mailing list