John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 1 | ; Test to make sure that bss sections are printed with '.section' directive. |
2 | ; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu | FileCheck %s | ||||
3 | |||||
4 | @A = global i32 0 | ||||
5 | |||||
6 | ; CHECK: .section .bss,"aw",@nobits | ||||
7 | ; CHECK: .globl A | ||||
8 |