mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
[NewGVN] Require asserts for crashing tests.
Without asserts, it might take a long time for the tests to crash. Only run them with assert builds.
This commit is contained in:
parent
a2a9ffd73d
commit
d2a571702a
@ -1,3 +1,5 @@
|
||||
; REQUIRES: asserts
|
||||
|
||||
; RUN: opt -newgvn -S %s | FileCheck %s
|
||||
|
||||
XFAIL: *
|
||||
|
@ -1,3 +1,5 @@
|
||||
; REQUIRES: asserts
|
||||
|
||||
; RUN: opt -newgvn -S %s | FileCheck %s
|
||||
|
||||
; XFAIL: *
|
||||
|
@ -1,3 +1,5 @@
|
||||
; REQUIRES: asserts
|
||||
|
||||
; RUN: opt -newgvn -S %s | FileChecks %s
|
||||
|
||||
; XFAIL: *
|
||||
|
Loading…
Reference in New Issue
Block a user