Sign in
llvm
/
llvm-project
/
llvm
/
b5fda9d8af55d9aff9d6739609a44276d2478bcc
/
.
/
test
/
tools
/
llc
/
filetype-null-stop-after.ll
blob: 4b453f52aa6b77cc544ca88adf03ca54df716d80 [
file
] [
log
] [
blame
]
; -stop-after would normally dump MIR, but with -filetype=null as well check
; there's no output at all.
; REQUIRES: default_triple
; RUN: llc -filetype=null -stop-after=finalize-isel -o - %s | count 0