log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
CbC
>
CbC_llvm
comparison test/MC/Hexagon/equ.s @ 121:
803732b1fca8
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
LLVM 5.0
author
kono
date
Fri, 27 Oct 2017 17:07:41 +0900
parents
children
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f
121:803732b1fca8
1
# RUN: not llvm-mc -arch=hexagon %s 2> %t
2
# RUN: FileCheck < %t %s
3
4
.equ a, 0
5
.set a, 1
6
.equ a, 2
7
.equiv a, 3
8
# CHECK: {{[Ee]}}rror: redefinition of 'a'
9