forked from OSchip/llvm-project
Add 'asserts' requiremnt to test/CodeGen/ARM/cortex-a57-misched-mla.mir
'-debug-only=machine-scheduler' only works when asserts are enabled.
This commit is contained in:
parent
a0d7406ae8
commit
234a5297aa
|
@ -1,3 +1,4 @@
|
|||
# REQUIRES: asserts
|
||||
# RUN: llc -mcpu=cortex-a57 -mtriple=thumb -enable-misched -run-pass=machine-scheduler -debug-only=machine-scheduler %s -o - 2>&1 | FileCheck %s
|
||||
|
||||
# TODO: Remove once bots have removed the output file left by 112b3cb
|
||||
|
|
Loading…
Reference in New Issue