repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
PowerPC
/
sections.ll
blob
2b62bc1ad011830297558c9f44b71e055086514a
1
; Test to make sure that bss sections are printed with '.section' directive.
2
; RUN: llc -verify-machineinstrs < %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