summaryrefslogtreecommitdiff
path: root/llvm/test/MC/Hexagon/offset.s
blob: 5cd60daff06e781d0d8e4f1d5425629a89bceccb (plain)
1
2
3
4
5
6
7
# RUN: llvm-mc -arch=hexagon -filetype=obj %s | llvm-objdump -t - | FileCheck %s
#

sym_a:
.set sym_d, sym_a + 8
# CHECK: 00000000 l       .text 00000000 sym_a
# CHECK: 00000008 l       .text 00000000 sym_d