brintos

brintos / llvm-project-archived public Read only

0
0
Text · 361 B · 12b5eae Raw
14 lines · plain
1@ PR286472@ RUN: not llvm-mc -triple=thumbv7a-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s3    .text4    .syntax unified5    .balign 26 7@ Error with unencodeable immediate8    add r1, r2, sym09@ CHECK: error: out of range immediate fixup value10    .equ sym0, 0x01abcdef11.L2:12    mov r0, .L213@ CHECK: :[[#@LINE-1]]:13: error: unsupported relocation type14