8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
# RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -d - | FileCheck %s
|
|
|
|
nop
|
|
x:
|
|
leaq x-y(%rax), %rbx
|
|
.data
|
|
y:
|
|
.quad 0
|
|
|
|
# CHECK: leaq x-y(%rax), %rbx
|