bolt/deps/llvm-18.1.8/llvm/test/CodeGen/AArch64/p2align-zero-fillvalue.ll

9 lines
222 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: llc -mtriple=aarch64 < %s -o - | FileCheck %s
%struct.A = type { i8, i32 }
@foo = dso_local global %struct.A zeroinitializer, align 4
; CHECK: .bss
; CHECK-NEXT: .globl foo
; CHECK-NEXT: .p2align 2, 0x0{{$}}