mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-20 09:30:43 +00:00
7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
|
# RUN: llvm-mc -triple arm64-apple-darwin -disassemble < %s 2>&1 | FileCheck %s
|
||
|
|
||
|
# rdar://15226511
|
||
|
0x7b 0xbf 0x25 0x72
|
||
|
# CHECK: invalid instruction encoding
|
||
|
# CHECK-NEXT: 0x7b 0xbf 0x25 0x72
|