1f4a2713aSLionel Sambuc; Check the MCNullStreamer operates correctly, at least on a minimal test case. 2f4a2713aSLionel Sambuc; 3f4a2713aSLionel Sambuc; RUN: llc -filetype=null -o %t -march=x86 %s 4*0a6a1f1dSLionel Sambuc; RUN: llc -filetype=null -o %t -mtriple=i686-cygwin %s 5f4a2713aSLionel Sambuc 6f4a2713aSLionel Sambucdefine void @f0() { 7f4a2713aSLionel Sambuc ret void 8f4a2713aSLionel Sambuc} 9f4a2713aSLionel Sambuc 10f4a2713aSLionel Sambucdefine void @f1() { 11f4a2713aSLionel Sambuc ret void 12f4a2713aSLionel Sambuc} 13*0a6a1f1dSLionel Sambuc 14*0a6a1f1dSLionel Sambuc!llvm.dbg.cu = !{!0} 15*0a6a1f1dSLionel Sambuc!llvm.module.flags = !{!11, !13} 16*0a6a1f1dSLionel Sambuc 17*0a6a1f1dSLionel Sambuc!0 = !{!"0x11\004\00 \001\00\000\00\000", !1, !2, !2, !3, !9, !2} ; [ DW_TAG_compile_unit ] 18*0a6a1f1dSLionel Sambuc!1 = !{!"", !""} 19*0a6a1f1dSLionel Sambuc!2 = !{} 20*0a6a1f1dSLionel Sambuc!3 = !{!4} 21*0a6a1f1dSLionel Sambuc!4 = !{!"0x2e\00\00\00\002\000\001\000\006\00256\001\002", !1, !5, !6, null, i32 ()* null, null, null, !2} ; [ DW_TAG_subprogram ] 22*0a6a1f1dSLionel Sambuc!5 = !{!"0x29", !1} ; [ DW_TAG_file_type ] 23*0a6a1f1dSLionel Sambuc!6 = !{!"0x15\00\000\000\000\000\000\000", i32 0, null, null, !7, null, null, null} ; [ DW_TAG_subroutine_type ] 24*0a6a1f1dSLionel Sambuc!7 = !{!8} 25*0a6a1f1dSLionel Sambuc!8 = !{!"0x24\00\000\0032\0032\000\000\005", null, null} ; [ DW_TAG_base_type ] 26*0a6a1f1dSLionel Sambuc!9 = !{!10} 27*0a6a1f1dSLionel Sambuc!10 = !{!"0x34\00i\00i\00_ZL1i\001\001\001", null, !5, !8, null, null} ; [ DW_TAG_variable ] 28*0a6a1f1dSLionel Sambuc!11 = !{i32 2, !"Dwarf Version", i32 3} 29*0a6a1f1dSLionel Sambuc!13 = !{i32 1, !"Debug Info Version", i32 2} 30