llvm-6502/test/MC/Mips/micromips-func-addr.s
2014-12-30 22:04:16 +00:00

17 lines
337 B
ArmAsm

# RUN: llvm-mc %s -filetype=obj -triple=mipsel-unknown-linux \
# RUN: -mattr=micromips | llvm-readobj -r \
# RUN: | FileCheck %s -check-prefix=CHECK
# CHECK: Relocations [
# CHECK: 0x0 R_MIPS_32 bar 0x0
# CHECK: 0x4 R_MIPS_32 L1 0x0
.set micromips
.type bar,@function
bar:
L1:
nop
.data
.4byte bar
.4byte L1