view test/MC/Mips/set-mips16-directive.s @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 60c9769439b8
children
line wrap: on
line source

# RUN: llvm-mc %s -arch=mips | FileCheck %s
# FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.

.text
.set mips16
.set nomips16

# CHECK: .text
# CHECK: .set mips16
# CHECK: .set nomips16