Bruno Cardoso Lopes | 0ff6eff | 2009-08-13 23:30:21 +0000 | [diff] [blame] | 1 | ; Test to make sure that bss sections are printed with '.section' directive. |
2 | ; RUN: llvm-as < %s | llc -mtriple=powerpc-unknown-linux-gnu | FileCheck %s | ||||
3 | |||||
4 | @A = global i32 0 | ||||
5 | |||||
6 | ; CHECK: .section .bss,"aw",@nobits | ||||
7 | ; CHECK: .global A | ||||
8 |