repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
PowerPC
/
sections.ll
blob
21374d08c9df4a19fada8fdccaf416ccfb6e8e04
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