1
0
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:
Florian Hahn 2020-07-29 12:39:59 +01:00
parent a2a9ffd73d
commit d2a571702a
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
; REQUIRES: asserts
; RUN: opt -newgvn -S %s | FileCheck %s
XFAIL: *

View File

@ -1,3 +1,5 @@
; REQUIRES: asserts
; RUN: opt -newgvn -S %s | FileCheck %s
; XFAIL: *

View File

@ -1,3 +1,5 @@
; REQUIRES: asserts
; RUN: opt -newgvn -S %s | FileChecks %s
; XFAIL: *