Sign in
llvm
/
llvm-project
/
cf3422d3df5b00d771bba837b9f51f67ab07eb64
/
.
/
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