[llvm] r211366 - Move test so that it is skipped if the ARM target is not enabled.
Rafael Espindola
rafael.espindola at gmail.com
Fri Jun 20 08:30:39 PDT 2014
Author: rafael
Date: Fri Jun 20 10:30:38 2014
New Revision: 211366
URL: http://llvm.org/viewvc/llvm-project?rev=211366&view=rev
Log:
Move test so that it is skipped if the ARM target is not enabled.
Added:
llvm/trunk/test/CodeGen/ARM/null-streamer.ll
Modified:
llvm/trunk/test/DebugInfo/global.ll
Added: llvm/trunk/test/CodeGen/ARM/null-streamer.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/null-streamer.ll?rev=211366&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/null-streamer.ll (added)
+++ llvm/trunk/test/CodeGen/ARM/null-streamer.ll Fri Jun 20 10:30:38 2014
@@ -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
+}
Modified: llvm/trunk/test/DebugInfo/global.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/global.ll?rev=211366&r1=211365&r2=211366&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/global.ll (original)
+++ llvm/trunk/test/DebugInfo/global.ll Fri Jun 20 10:30:38 2014
@@ -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() {
More information about the llvm-commits
mailing list