projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dac5bd
)
llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in regex. This...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 4 Nov 2014 13:00:48 +0000
(13:00 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 4 Nov 2014 13:00:48 +0000
(13:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221262
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/GCOVProfiling/linezero.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/GCOVProfiling/linezero.ll
b/test/Transforms/GCOVProfiling/linezero.ll
index 3ffb1d6718f814dc80e2316688df586add5cfa31..50e026c265845fa2c37a1e103f7ec9b9f2b873e5 100644
(file)
--- a/
test/Transforms/GCOVProfiling/linezero.ll
+++ b/
test/Transforms/GCOVProfiling/linezero.ll
@@
-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.