mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
8 lines
203 B
ArmAsm
8 lines
203 B
ArmAsm
|
// RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2> %t.err
|
||
|
// RUN: FileCheck < %t.err %s
|
||
|
|
||
|
.intel_syntax
|
||
|
|
||
|
// CHECK: error: base register is 64-bit, but index register is not
|
||
|
lea rax, [rdi + edx]
|