Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investigate them later.

llvm-svn: 177894
This commit is contained in:
NAKAMURA Takumi 2013-03-25 19:47:20 +00:00
parent 742bb65cb8
commit 19cc93d494
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@
; RUN: grep _Z3foov %T/linkagename.gcno
; RUN: rm %T/linkagename.gcno
; REQUIRES: shell
define void @_Z3foov() {
entry:
ret void, !dbg !8

View File

@ -12,6 +12,8 @@ define void @test() {
ret void, !dbg !8
}
; REQUIRES: shell
!llvm.gcov = !{!9}
!llvm.dbg.cu = !{!0}