aboutsummaryrefslogtreecommitdiff
path: root/test/MC/Hexagon/equ.s
blob: fbf09edbbc1e0e189f76bfa009a71f87c8ed7b6b (plain)
1
2
3
4
5
6
7
8
9
# RUN: not llvm-mc -arch=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'