aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools/llvm-objdump/X86/macho-symbolized-subtractor.test
blob: a730b5c65fa4f627a55d351d08315729b10e856d (plain)
1
2
3
4
5
6
7
8
9
10
# 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