summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-03-25 19:47:20 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-03-25 19:47:20 +0000
commit951a9b169b27ae30848e358730145ed1fc91d65f (patch)
tree297258695f4184883433624ce4265dc0529bff92 /llvm/test/Transforms
parentc2a58d73ce3aa7a678b9a00b086944c111aea02a (diff)
downloadbcm5719-llvm-951a9b169b27ae30848e358730145ed1fc91d65f.tar.gz
bcm5719-llvm-951a9b169b27ae30848e358730145ed1fc91d65f.zip
Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investigate them later.
llvm-svn: 177894
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/GCOVProfiling/linkagename.ll2
-rw-r--r--llvm/test/Transforms/GCOVProfiling/version.ll2
2 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Transforms/GCOVProfiling/linkagename.ll b/llvm/test/Transforms/GCOVProfiling/linkagename.ll
index 4549c7c8a8c..d1bce728e08 100644
--- a/llvm/test/Transforms/GCOVProfiling/linkagename.ll
+++ b/llvm/test/Transforms/GCOVProfiling/linkagename.ll
@@ -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
diff --git a/llvm/test/Transforms/GCOVProfiling/version.ll b/llvm/test/Transforms/GCOVProfiling/version.ll
index 84ae95d76c9..d6d0f3314c2 100644
--- a/llvm/test/Transforms/GCOVProfiling/version.ll
+++ b/llvm/test/Transforms/GCOVProfiling/version.ll
@@ -12,6 +12,8 @@ define void @test() {
ret void, !dbg !8
}
+; REQUIRES: shell
+
!llvm.gcov = !{!9}
!llvm.dbg.cu = !{!0}
OpenPOWER on IntegriCloud