1 2 3 4 5 6 7 8 9 10 11
; Check the MCNullStreamer operates correctly, at least on a minimal test case. ; ; RUN: llc -filetype=null -o %t -march=x86 %s define void @f0() { ret void } define void @f1() { ret void }