forked from OSchip/llvm-project
Move test so that it is skipped if the ARM target is not enabled.
llvm-svn: 211366
This commit is contained in:
parent
5e3d1414a4
commit
e5bb30d9a7
|
@ -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.
|
; Also test that the null streamer doesn't crash with debug info.
|
||||||
; RUN: %llc_dwarf -O0 -filetype=null < %s
|
; 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
|
; generated from the following source compiled to bitcode with clang -g -O1
|
||||||
; static int i;
|
; static int i;
|
||||||
; int main() {
|
; int main() {
|
||||||
|
|
Loading…
Reference in New Issue