Disable 3 tests in llvm/test/Transforms/GCOVProfiling/ for now. Investigating.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221270 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-11-04 14:41:53 +00:00
parent 76614e7991
commit 58cb7beb66
3 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,8 @@
; RUN: not grep '_GLOBAL__sub_I_global-ctor' %T/global-ctor.gcno
; RUN: rm %T/global-ctor.gcno
; REQUIRES: shell
@x = global i32 0, align 4
@llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @_GLOBAL__sub_I_global-ctor.ll, i8* null }]

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}
!llvm.module.flags = !{!12}