blob: 37a8d1648f1bbe70fbbeba734335cd936281c54f [file] [log] [blame]
Bruno Cardoso Lopes62e6a8b2009-08-13 23:30:21 +00001; Test to make sure that bss sections are printed with '.section' directive.
Dan Gohmanc8054d92009-09-09 00:09:15 +00002; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu | FileCheck %s
Bruno Cardoso Lopes62e6a8b2009-08-13 23:30:21 +00003
4@A = global i32 0
5
Joerg Sonnenberger62f75972011-03-04 20:03:14 +00006; CHECK: .section .bss,"aw",@nobits
Chris Lattnerc7a062d2010-01-19 05:38:33 +00007; CHECK: .globl A