Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
6c7e8a02d81be9b66a8cfc6f8b6f20d48088d915
/
.
/
test
/
CodeGen
/
PowerPC
/
sections.ll
blob: 1af370935e231927174de3cc64c9cbd793a9e399 [
file
] [
log
] [
blame
]
; Test to make sure that bss sections are printed with '.section' directive.
; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu | FileCheck %s
@A
=
global
i32
0
; CHECK: .section .bss,"aw",@nobits
; CHECK: .global A