summaryrefslogtreecommitdiff
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
commit8b23cd0ba1d2f5f5a2890c6818369eb985eff33d (patch)
treebd099a5c47fbe3b79af2a5d95a4036031b349e55
parent5b390e4cd8838bad351364e65d20c292fae6bf23 (diff)
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
-rw-r--r--test/Transforms/GCOVProfiling/linkagename.ll2
-rw-r--r--test/Transforms/GCOVProfiling/version.ll2
2 files changed, 4 insertions, 0 deletions
diff --git a/test/Transforms/GCOVProfiling/linkagename.ll b/test/Transforms/GCOVProfiling/linkagename.ll
index 4549c7c8a8c..d1bce728e08 100644
--- a/test/Transforms/GCOVProfiling/linkagename.ll
+++ b/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/test/Transforms/GCOVProfiling/version.ll b/test/Transforms/GCOVProfiling/version.ll
index 84ae95d76c9..d6d0f3314c2 100644
--- a/test/Transforms/GCOVProfiling/version.ll
+++ b/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}