1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-12 07:37:34 +00:00

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177894 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2013-03-25 19:47:20 +00:00
parent 5b390e4cd8
commit 8b23cd0ba1
2 changed files with 4 additions and 0 deletions
test/Transforms/GCOVProfiling

@ -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

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