summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/invalid/bad-arm-attributes.s
blob: be9eb8df881af66ba933c97c7260754adf676f71 (plain)
1
2
3
4
5
6
7
8
# REQUIRES: arm
# RUN: llvm-mc -filetype=obj -triple=arm-unknown-linux %s -o %t
# RUN: ld.lld %t -o /dev/null 2>&1 | FileCheck %s

# CHECK: invalid subsection length 0 at offset 1

.section .ARM.attributes,"a",%0x70000003
  .quad 0
OpenPOWER on IntegriCloud