brintos

brintos / llvm-project-archived public Read only

0
0
Text · 242 B · 2b62bc1 Raw
8 lines · plain
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 %s3 4@A = global i32 05 6; CHECK:  .section  .bss,"aw",@nobits7; CHECK:  .globl A8