6 lines
248 B
ArmAsm
6 lines
248 B
ArmAsm
## section-alignment-notpow2.elf has section alignment
|
|
## 0xFFFFFFFF which is not a power of 2.
|
|
# RUN: not ld.lld %p/Inputs/section-alignment-notpow2.elf -o /dev/null 2>&1 | \
|
|
# RUN: FileCheck %s
|
|
# CHECK: section sh_addralign is not a power of 2
|