forked from OSchip/llvm-project
[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
5d6cd61904
commit
2aa2c40d23
|
@ -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