8e12397d70
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
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
|