summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AArch64/coff-align.s
blob: b76bd73a629dc07e35657294e957464efeb9c12d (plain)
1
2
3
4
5
6
7
// RUN: llvm-mc -filetype=obj -triple aarch64-windows-gnu %s | llvm-readobj -S --sd | FileCheck %s
    .text
    .align 5
f0:
    ret

// CHECK: IMAGE_SCN_ALIGN_32BYTES
OpenPOWER on IntegriCloud