1 # RUN: yaml2obj %s -o %t
2 # RUN: not ld.lld %t -o /dev/null 2>&1 | FileCheck %s
4 ## In current lld implementation, we do not accept sh_addralign
5 ## larger than UINT32_MAX.
15 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
16 AddressAlign: 0x1000000000000000
20 # CHECK: section sh_addralign is too large