view test/MC/Hexagon/equ.s @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents
children
line wrap: on
line source

# 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'