allwinner_a64/android/external/llvm/test/CodeGen/PowerPC/sections.ll
2018-08-08 16:14:42 +08:00

7 lines
220 B
LLVM

; Test to make sure that bss sections are printed with '.section' directive.
; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu | FileCheck %s
@A = global i32 0
; CHECK: .section .bss,"aw",@nobits
; CHECK: .globl A