mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
6 lines
169 B
ArmAsm
6 lines
169 B
ArmAsm
|
// RUN: not llvm-mc -triple arm-apple-darwin %s 2> %t
|
||
|
// RUN: FileCheck -input-file %t %s
|
||
|
|
||
|
// CHECK: error: brackets expression not supported on this target
|
||
|
.byte [4-3]
|