Rafael Espindola | e5bb30d | 2014-06-20 15:30:38 +0000 | [diff] [blame] | 1 | ; Test the null streamer with a terget streamer. |
2 | ; RUN: llc -O0 -filetype=null -mtriple=arm-linux < %s | ||||
3 | |||||
4 | define i32 @main() { | ||||
5 | entry: | ||||
6 | ret i32 0 | ||||
7 | } | ||||
Peter Collingbourne | f4498a4 | 2015-02-19 00:45:04 +0000 | [diff] [blame] | 8 | |
9 | module asm ".fnstart" |