repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
MC
/
AsmParser
/
dot-symbol-assignment-backwards.s
blob
f104864576bcf054936f5ec77fd02537bc1f341e
1
# RUN: not llvm-mc -filetype=obj -triple i386-unknown-unknown %s 2> %t
2
# RUN: FileCheck -input-file %t %s
3
4
. = 0x10
5
.byte 1
6
7
. = . + 10
8
.byte 2
9
10
# CHECK: error: invalid .org offset '24' (at offset '28')
11
. = 0x18
12
.byte 3