xref: /aosp_15_r20/external/llvm/test/CodeGen/ARM/null-streamer.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; Test the null streamer with a terget streamer.
2; RUN: llc -O0 -filetype=null -mtriple=arm-linux < %s
3
4define i32 @main()  {
5entry:
6  ret i32 0
7}
8
9module asm ".fnstart"
10