1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
2 # RUN: | llvm-readobj --sections | FileCheck %s
4 # Test that bundle-aligned sections with instructions are aligned
8 # Check that the empty .text section has the default alignment
9 # CHECK-LABEL: Name: .text
11 # CHECK: AddressAlignment: 4
15 # CHECK-LABEL: Name: text1
17 # CHECK: AddressAlignment: 32
21 # CHECK-LABEL: Name: text2
23 # CHECK: AddressAlignment: 32