xref: /llvm-project/llvm/test/tools/llc/filetype-null-stop-after.ll (revision 1652c4f2feea988c94cd9db985d28e26205b8bea)
1; -stop-after would normally dump MIR, but with -filetype=null as well check
2; there's no output at all.
3; REQUIRES: default_triple
4; RUN: llc -filetype=null -stop-after=finalize-isel -o - %s | count 0
5