brintos

brintos / llvm-project-archived public Read only

0
0
Text · 368 B · d53cf5e Raw
11 lines · plain
1# RUN: llvm-mc -triple arm-none-linux-gnu -mattr=+v8.4a --disassemble < %s | FileCheck %s2# RUN: not llvm-mc -triple arm-none-linux-gnu -mattr=-v8.4a --disassemble < %s 2>&1 | FileCheck %s --check-prefix=CHECK-NO-V843 4[0x12,0xf0,0x20,0xe3]5 6#CHECK: tsb csync7 8#CHECK-NO-V84: warning: invalid instruction encoding9#CHECK-NO-V84: [0x12,0xf0,0x20,0xe3]10#CHECK-NO-V84:  ^11