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
/
ELF
/
bad-expr3.s
blob
cf5d6f47335f52103bdf573d54b08774b1dfe482
1
//
RUN
:
not
llvm-mc
-
filetype
=
obj
-
triple x86_64-pc-linux-gnu
%
s
-
o
/
dev
/
null \
2
//
RUN
:
2
>&
1
| FileCheck
%
s
3
4
//
CHECK
: [[
@LINE+
1
]]:{{[
0
-
9
]+}}:
error
:
Cannot represent
a
difference across sections
5
.long foo - bar
6
.section .zed
7
foo
:
8
.section .bah
9
bar
: