mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-10 20:42:32 +00:00
Try using %S to find the emitted .gcno file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177006 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
347e88bb22
commit
45d65858b0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user