From: NAKAMURA Takumi Date: Mon, 25 Mar 2013 19:47:20 +0000 (+0000) Subject: Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investigate them... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8b23cd0ba1d2f5f5a2890c6818369eb985eff33d;p=oota-llvm.git 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 --- 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}