repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git]
/
test
/
MC
/
Hexagon
/
non-relocatable.s
blob
72a17901c62267757f0e2b6795b5f2ad4a86bee0
1
# RUN: not llvm-mc -arch=hexagon -filetype=obj %s 2>%t; FileCheck %s <%t
2
3
# Don't allow a symbolic operand for an insn that cannot take a
4
# relocation.
5
6
r7
:
6
=
rol
(
r5
:
4
,
#r2)
7
8
# This should produce an error
9
#CHECK: error:
10