repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LoongArch] Fix the assertion for atomic store with 'ptr' type
[llvm-project.git]
/
llvm
/
test
/
MC
/
Hexagon
/
non-relocatable.s
blob
698e67ac1bed657af32c8695773ae64af3483855
1
# RUN: not llvm-mc -triple=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