diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-04 13:41:33 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-04 13:41:33 +0000 |
| commit | 06ac98299f49a156f12e178c4a621f90dd8a6e24 (patch) | |
| tree | 282bb9c4a842eeb8a368c62f50ff814e1a4eabdb /llvm/test/Transforms/GCOVProfiling | |
| parent | d2bfd00e7167e78dfdcfd13d1a645e2ad89b6b8a (diff) | |
| download | bcm5719-llvm-06ac98299f49a156f12e178c4a621f90dd8a6e24.tar.gz bcm5719-llvm-06ac98299f49a156f12e178c4a621f90dd8a6e24.zip | |
Remove "REQUIRES:shell" from tests. They work for me.
llvm-svn: 221269
Diffstat (limited to 'llvm/test/Transforms/GCOVProfiling')
| -rw-r--r-- | llvm/test/Transforms/GCOVProfiling/global-ctor.ll | 2 | ||||
| -rw-r--r-- | llvm/test/Transforms/GCOVProfiling/linkagename.ll | 2 | ||||
| -rw-r--r-- | llvm/test/Transforms/GCOVProfiling/version.ll | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/Transforms/GCOVProfiling/global-ctor.ll b/llvm/test/Transforms/GCOVProfiling/global-ctor.ll index 9ca7561d8e4..998fd912457 100644 --- a/llvm/test/Transforms/GCOVProfiling/global-ctor.ll +++ b/llvm/test/Transforms/GCOVProfiling/global-ctor.ll @@ -4,8 +4,6 @@ ; 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 }] diff --git a/llvm/test/Transforms/GCOVProfiling/linkagename.ll b/llvm/test/Transforms/GCOVProfiling/linkagename.ll index b5ee1ac2552..b22f65b14eb 100644 --- a/llvm/test/Transforms/GCOVProfiling/linkagename.ll +++ b/llvm/test/Transforms/GCOVProfiling/linkagename.ll @@ -4,8 +4,6 @@ ; 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 3307bdf7de4..acc34b4d397 100644 --- a/llvm/test/Transforms/GCOVProfiling/version.ll +++ b/llvm/test/Transforms/GCOVProfiling/version.ll @@ -12,8 +12,6 @@ define void @test() { ret void, !dbg !8 } -; REQUIRES: shell - !llvm.gcov = !{!9} !llvm.dbg.cu = !{!0} !llvm.module.flags = !{!12} |

