summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-10-22 18:18:54 +0000
committerJustin Bogner <mail@justinbogner.com>2014-10-22 18:18:54 +0000
commit72d1f2b61bf39ef7480c1723a5841bbca49dd98c (patch)
treef1b750206bae757be34db331519e3b9f1ab2313c /llvm/test/Transforms
parent89bd8d62f3c3305d4ec433307dc4c0b1df1d4be7 (diff)
downloadbcm5719-llvm-72d1f2b61bf39ef7480c1723a5841bbca49dd98c.tar.gz
bcm5719-llvm-72d1f2b61bf39ef7480c1723a5841bbca49dd98c.zip
test: Make this test runnable in directories with @ in their names
Jenkins likes to use directories with names involving the '@' character, which breaks the sed expression in this test. Switch to use '|' on the assumption that it's less likely to show up in a path. llvm-svn: 220401
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/GCOVProfiling/linezero.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GCOVProfiling/linezero.ll b/llvm/test/Transforms/GCOVProfiling/linezero.ll
index cb6b69d4d71..3ffb1d6718f 100644
--- a/llvm/test/Transforms/GCOVProfiling/linezero.ll
+++ b/llvm/test/Transforms/GCOVProfiling/linezero.ll
@@ -1,4 +1,4 @@
-; 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
OpenPOWER on IntegriCloud