summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/null-streamer.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-06-23 19:43:40 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-06-23 19:43:40 +0000
commit60890b8910e1e8eb4b7985fe19a58d7bfc1e7ae1 (patch)
treed5f494711d000a6ba85565a694e8716ee8571748 /llvm/test/CodeGen/Mips/null-streamer.ll
parent802dc402282aad5ab19bac69f271446bd31ae084 (diff)
downloadbcm5719-llvm-60890b8910e1e8eb4b7985fe19a58d7bfc1e7ae1.tar.gz
bcm5719-llvm-60890b8910e1e8eb4b7985fe19a58d7bfc1e7ae1.zip
[Mips] Add a target streamer when creating a null streamer.
Should fix DebugInfo/global.ll on the mips bot. llvm-svn: 211527
Diffstat (limited to 'llvm/test/CodeGen/Mips/null-streamer.ll')
-rw-r--r--llvm/test/CodeGen/Mips/null-streamer.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Mips/null-streamer.ll b/llvm/test/CodeGen/Mips/null-streamer.ll
new file mode 100644
index 00000000000..56cebbfafb7
--- /dev/null
+++ b/llvm/test/CodeGen/Mips/null-streamer.ll
@@ -0,0 +1,7 @@
+; Test the null streamer with a terget streamer.
+; RUN: llc -O0 -filetype=null -mtriple=mips-linux < %s
+
+define i32 @main() {
+entry:
+ ret i32 0
+}
OpenPOWER on IntegriCloud