1 # RUN: llvm-mc -filetype=obj -triple x86_64 --x86-align-branch-boundary=32 --x86-align-branch=ret %s | llvm-readobj -S - | FileCheck %s
3 ## Check we only pad in a text section
5 # CHECK-LABEL: Name: text
6 # CHECK: AddressAlignment: 32
10 # CHECK-LABEL: Name: excluded
11 # CHECK: AddressAlignment: 1
12 .section excluded, "e"
15 # CHECK-LABEL: Name: tls
16 # CHECK: AddressAlignment: 1