mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
df7d452980
Changes include: - Updates to the instruction descriptor flags. - Improvements to the packet shuffler and checker. - Updates to the handling of certain relocations. - Better handling of duplex instructions. llvm-svn: 294226
10 lines
160 B
ArmAsm
10 lines
160 B
ArmAsm
# 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'
|
|
|