Try using %S to find the emitted .gcno file.

llvm-svn: 177006
This commit is contained in:
Nick Lewycky 2013-03-14 05:23:30 +00:00
parent 307a1d03b5
commit d11060d971
1 changed files with 5 additions and 5 deletions

View 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