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