brintos

brintos / llvm-project-archived public Read only

0
0
Text · 377 B · 41f1956 Raw
14 lines · plain
1@RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s 2>&1 | FileCheck %s2 3    .global v4    .text5    movw    r1, #:lower16:v + -200006    movt    r1, #:upper16:v + 200007 8@CHECK-NOT: error: Relocation Not In Range9@CHECK-NOT: movw    r1, #:lower16:v + -2000010@CHECK-NOT: ^11@CHECK-NOT: error: Relocation Not In Range12@CHECK-NOT: movt    r1, #:upper16:v + 2000013@CHECK-NOT: ^14