You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|