You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|