mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Move test so that it is skipped if the ARM target is not enabled.
llvm-svn: 211366
This commit is contained in:
parent
cc59644b5c
commit
f4a9d636ea
7
test/CodeGen/ARM/null-streamer.ll
Normal file
7
test/CodeGen/ARM/null-streamer.ll
Normal file
@ -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
|
||||
}
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user