brintos

brintos / llvm-project-archived public Read only

0
0
Text · 421 B · 2feee54 Raw
17 lines · plain
1; RUN: llc < %s -mtriple=x86_64 | FileCheck %s --check-prefix=BSS2 3; BSS:      .bss4; BSS-NEXT: .globl a5; BSS:      .section .tbss,"awT",@nobits6; BSS-NEXT: .globl b7 8; RUN: llc < %s -mtriple=x86_64 -nozero-initialized-in-bss | FileCheck %s --check-prefix=DATA9 10; DATA:      .data11; DATA-NEXT: .globl a12; DATA:      .section .tdata,"awT",@progbits13; DATA-NEXT: .globl b14 15@a = global i32 016@b = thread_local global i32 017