Try using %S to find the emitted .gcno file.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 14 Mar 2013 05:23:30 +0000 (05:23 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 14 Mar 2013 05:23:30 +0000 (05:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177006 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/GCOVProfiling/version.ll

index bd7f43b5a17f89425f1d61da383c5292dce46013..a1745def865cf59a87f74f272d8af30b71b451d9 100644 (file)
@@ -1,12 +1,12 @@
 ; RUN: echo '!9 = metadata !{metadata !"%s", metadata !0}' > %t1
 ; RUN: cat %s %t1 > %t2
 ; RUN: opt -insert-gcov-profiling -disable-output < %t2
-; RUN: head -c12 version.gcno | grep '^oncg\*204MVLL$'
-; RUN: rm version.gcno
+; RUN: head -c12 %S/version.gcno | grep '^oncg\*204MVLL$'
+; RUN: rm %S/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 version.gcno | grep '^oncg\*704MVLL$'
-; RUN: rm version.gcno
+; RUN: head -c12 %S/version.gcno | grep '^oncg\*704MVLL$'
+; RUN: rm %S/version.gcno
 
 define void @test() {
   ret void, !dbg !8
@@ -23,5 +23,5 @@ define void @test() {
 !5 = metadata !{i32 786478, i32 0, metadata !6, metadata !"test", metadata !"test", metadata !"", metadata !6, i32 1, metadata !7, i1 false, i1 true, i32 0, i32 0, null, i32 256, i1 false, void ()* @test, null, null, metadata !3, i32 1} ; [ DW_TAG_subprogram ] [line 1] [def] [test]
 !6 = metadata !{i32 786473, metadata !"<stdin>", metadata !"."} ; [ DW_TAG_file_type ]
 !7 = metadata !{i32 786453, i32 0, metadata !"", i32 0, i32 0, i64 0, i64 0, i64 0, i32 0, null, metadata !3, i32 0, i32 0} ; [ DW_TAG_subroutine_type ] [line 0, size 0, align 0, offset 0] [from ]
-!8= metadata !{i32 1, i32 0, metadata !5, null}
+!8 = metadata !{i32 1, i32 0, metadata !5, null}
 ;; !9 is added through the echo line at the top.