brintos

brintos / llvm-project-archived public Read only

0
0
Text · 555 B · 00d76e5 Raw
11 lines · plain
1@ RUN: llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s | FileCheck %s2@ RUN: llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s | FileCheck %s3@ RUN: llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s | FileCheck %s4@ RUN: llvm-mc -triple=thumbv8a--none-eabi -show-encoding < %s | FileCheck %s5@ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF6 7        bxj r28 9@ CHECK: bxj r2                      @ encoding: [0xc2,0xf3,0x00,0x8f]10@ UNDEF: error: instruction requires: !armv*m11