brintos

brintos / llvm-project-archived public Read only

0
0
Text · 557 B · 0475a36 Raw
14 lines · plain
1@ RUN: not llvm-mc -triple=armv7-linux-gnueabi %s 2>&1 | FileCheck %s2.text3@ CHECK: error: invalid instruction, any one of the following would fix this:4@ CHECK:         ldrd    r0, [r0, #512]5@ CHECK: note: invalid operand for instruction6@ CHECK: note: instruction requires: thumb27        ldrd    r0, [r0, #512]8 9@ CHECK: error: invalid instruction, any one of the following would fix this:10@ CHECK:         strd    r0, [r0, #512]11@ CHECK: note: invalid operand for instruction12@ CHECK: note: instruction requires: thumb213        strd    r0, [r0, #512]14