reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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 4294967295 at offset 1 .section .ARM.attributes,"a",%0x70000003 .byte 0, 0xFF, 0xFF, 0xFF, 0xFF |