Move test so that it is skipped if the ARM target is not enabled.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 20 Jun 2014 15:30:38 +0000 (15:30 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 20 Jun 2014 15:30:38 +0000 (15:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211366 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/null-streamer.ll [new file with mode: 0644]
test/DebugInfo/global.ll

diff --git a/test/CodeGen/ARM/null-streamer.ll b/test/CodeGen/ARM/null-streamer.ll
new file mode 100644 (file)
index 0000000..350c45e
--- /dev/null
@@ -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
+}
index 5475b251d64ffcf1cb2d529b8645abe809ae7252..3c97f0cb227951dd42bc6905050b676d362f08f5 100644 (file)
@@ -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() {