forked from OSchip/llvm-project
add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the no-asserts build
llvm-svn: 195333
This commit is contained in:
parent
f6e9986a41
commit
ef26f4ed56
|
@ -1,4 +1,5 @@
|
|||
; RUN: llc -debug < %s -o /dev/null 2>&1 | FileCheck %s
|
||||
; REQUIRES: asserts
|
||||
|
||||
; Verify that the backend correctly overrides the optimization level
|
||||
; of optnone functions during instruction selection.
|
||||
|
|
Loading…
Reference in New Issue