Don't assume the test directory is writable, use %T to find a writable
authorNick Lewycky <nicholas@mxc.ca>
Wed, 20 Mar 2013 05:59:40 +0000 (05:59 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 20 Mar 2013 05:59:40 +0000 (05:59 +0000)
directory.

llvm-svn: 177488

llvm/test/Transforms/GCOVProfiling/linkagename.ll
llvm/test/Transforms/GCOVProfiling/version.ll

index dc0357f..6567bca 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: echo '!9 = metadata !{metadata !"%s", metadata !0}' > %t1
+; RUN: echo '!9 = metadata !{metadata !"%T/linkagename.ll", metadata !0}' > %t1
 ; RUN: cat %s %t1 > %t2
 ; RUN: opt -insert-gcov-profiling -disable-output < %t2
-; RUN: grep _Z3foov %S/linkagename.gcno
-; RUN: rm %S/linkagename.gcno
+; RUN: grep _Z3foov %T/linkagename.gcno
+; RUN: rm %T/linkagename.gcno
 
 define void @_Z3foov() {
 entry:
index efd633a..84ae95d 100644 (file)
@@ -1,12 +1,12 @@
-; RUN: echo '!9 = metadata !{metadata !"%s", metadata !0}' > %t1
+; RUN: echo '!9 = metadata !{metadata !"%T/version.ll", metadata !0}' > %t1
 ; RUN: cat %s %t1 > %t2
 ; RUN: opt -insert-gcov-profiling -disable-output < %t2
-; RUN: head -c12 %S/version.gcno | grep '^oncg\*204MVLL$'
-; RUN: rm %S/version.gcno
+; RUN: head -c12 %T/version.gcno | grep '^oncg\*204MVLL$'
+; RUN: rm %T/version.gcno
 ; RUN: not opt -insert-gcov-profiling -default-gcov-version=asdfasdf -disable-output < %t2
 ; RUN: opt -insert-gcov-profiling -default-gcov-version=407* -disable-output < %t2
-; RUN: head -c12 %S/version.gcno | grep '^oncg\*704MVLL$'
-; RUN: rm %S/version.gcno
+; RUN: head -c12 %T/version.gcno | grep '^oncg\*704MVLL$'
+; RUN: rm %T/version.gcno
 
 define void @test() {
   ret void, !dbg !8