aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/null-streamer.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/null-streamer.ll')
-rw-r--r--test/CodeGen/ARM/null-streamer.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/null-streamer.ll b/test/CodeGen/ARM/null-streamer.ll
new file mode 100644
index 0000000..350c45e
--- /dev/null
+++ b/test/CodeGen/ARM/null-streamer.ll
@@ -0,0 +1,7 @@
+; Test the null streamer with a terget streamer.
+; RUN: llc -O0 -filetype=null -mtriple=arm-linux < %s
+
+define i32 @main() {
+entry:
+ ret i32 0
+}