1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

llvm-reduce: For now, mark these tests as requiring a shell

(since they execute shell scripts/that's the only entry point at the
moment)

llvm-svn: 371764
This commit is contained in:
David Blaikie 2019-09-12 19:50:54 +00:00
parent d7acb3e35e
commit a2200faeaf
4 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
; REQUIRES: shell
; CHECK: @interesting(i32 %interesting)
define void @interesting(i32 %uninteresting1, i32 %interesting, i32 %uninteresting2) {

View File

@ -12,6 +12,7 @@
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
; REQUIRES: shell
define i32 @uninteresting1() {
entry:

View File

@ -12,6 +12,7 @@
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
; REQUIRES: shell
; CHECK: @interesting = global
@interesting = global i32 0, align 4

View File

@ -12,6 +12,7 @@
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=! %s
; REQUIRES: shell
@global = global i32 0, !dbg !0