llvm-for-llvmta/test/CodeGen/PowerPC/sections.ll

8 lines
242 B
LLVM
Raw Normal View History

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