diff --git a/test/CodeGen/ARM/null-streamer.ll b/test/CodeGen/ARM/null-streamer.ll new file mode 100644 index 00000000000..350c45e5beb --- /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 +} diff --git a/test/DebugInfo/global.ll b/test/DebugInfo/global.ll index 5475b251d64..3c97f0cb227 100644 --- a/test/DebugInfo/global.ll +++ b/test/DebugInfo/global.ll @@ -6,9 +6,6 @@ ; Also test that the null streamer doesn't crash with debug info. ; RUN: %llc_dwarf -O0 -filetype=null < %s -; Test the null streamer with a terget streamer too. -; RUN: llc -O0 -filetype=null -mtriple=arm-linux < %s - ; generated from the following source compiled to bitcode with clang -g -O1 ; static int i; ; int main() {