11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
|
# RUN: llvm-mc < %s --triple x86_64-apple-darwin -filetype=obj | llvm-objdump --macho -d - | FileCheck %s
|
||
|
|
||
|
nop
|
||
|
x:
|
||
|
leal x-y(%eax), %ebx
|
||
|
.data
|
||
|
y:
|
||
|
.quad 0
|
||
|
|
||
|
# CHECK: leal x-y(%eax), %ebx
|