view test/MC/Mips/micromips-alias.s @ 85:5e5d649e25d2

Update LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Thu, 19 Feb 2015 15:19:25 +0900
parents 54457678186b
children afa8332a0e37
line wrap: on
line source

# RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - \
# RUN:   | llvm-readobj -t | FileCheck %s

# Symbol bar must be marked as micromips.
# CHECK: Name: bar
# CHECK: Other: 128
  .align 2
  .type  f,@function
  .set   nomips16
  .set   micromips
f:
  nop
  .set   nomicromips
  nop
  .globl bar
bar = f