blob: 19ad22a4bdb866be2b6fd91fc1417053c12f9d84 [file] [log] [blame]
Rafael Espindolae5bb30d2014-06-20 15:30:38 +00001; 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}
Peter Collingbournef4498a42015-02-19 00:45:04 +00008
9module asm ".fnstart"