bolt/deps/llvm-18.1.8/llvm/test/MC/Hexagon/equ.s
2025-02-14 19:21:04 +01:00

9 lines
162 B
ArmAsm

# RUN: not llvm-mc -triple=hexagon %s 2> %t
# RUN: FileCheck < %t %s
.equ a, 0
.set a, 1
.equ a, 2
.equiv a, 3
# CHECK: {{[Ee]}}rror: redefinition of 'a'