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
/
Mips
/
micromips-func-addr.s
blob
0cd49352f3062ddeb8b14851c04265e798cccb93
1
# RUN: llvm-mc %s -filetype=obj -triple=mipsel-unknown-linux \
2
# RUN: -mattr=micromips | llvm-readobj -r \
3
# RUN: | FileCheck %s
4
# CHECK: Relocations [
5
# CHECK: 0x0 R_MIPS_32 bar 0x0
6
# CHECK: 0x4 R_MIPS_32 L1 0x0
7
8
.set micromips
9
.type bar,@function
10
bar
:
11
L1
:
12
nop
13
.data
14
.4
byte bar
15
.4
byte L1
16