xref: /llvm-project/llvm/test/MC/Mips/set-mips16-directive.s (revision 252c42354eca54274ed7b10c32c73c6937478e8b)
1# RUN: llvm-mc %s -triple=mips | FileCheck %s
2# FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.
3
4.text
5.set mips16
6.set nomips16
7
8# CHECK: .text
9# CHECK: .set mips16
10# CHECK: .set nomips16
11