mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Make sure this test tests something.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100879 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0473868bfe
commit
232c8b4d26
@ -1,7 +1,11 @@
|
||||
; RUN: llc < %s -march=cellspu > %t1.s
|
||||
; RUN: grep "\.section" %t1.s | grep "\.bss" | count 1
|
||||
; CHECK-NOT: .lcomm
|
||||
; RUN: llc < %s -march=cellspu | FileCheck %s
|
||||
|
||||
@bssVar = global i32 zeroinitializer
|
||||
@localVar= internal global i32 zeroinitializer
|
||||
; CHECK: .section .bss
|
||||
; CHECK-NEXT: .globl
|
||||
|
||||
@localVar= internal global i32 zeroinitializer
|
||||
; CHECK-NOT: .lcomm
|
||||
; CHECK: .local
|
||||
; CHECK-NEXT: .comm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user