mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 13:51:37 +00:00
907c7d040f
Differential Revision: https://reviews.llvm.org/D35545 llvm-svn: 308517
8 lines
168 B
ArmAsm
8 lines
168 B
ArmAsm
// 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
|