blob: 0ff4a89ff3794c12d16966c61c2d5bec7876bce9 [file] [log] [blame]
Bruno Cardoso Lopesfdf229e2009-08-13 23:30:21 +00001; Test to make sure that bss sections are printed with '.section' directive.
Dan Gohmanfce288f2009-09-09 00:09:15 +00002; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu | FileCheck %s
Bruno Cardoso Lopesfdf229e2009-08-13 23:30:21 +00003
4@A = global i32 0
5
6; CHECK: .section .bss,"aw",@nobits
Chris Lattner74bfe212010-01-19 05:38:33 +00007; CHECK: .globl A
Bruno Cardoso Lopesfdf229e2009-08-13 23:30:21 +00008