Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-143408-allow-objc-property-requires-definitions
/
.
/
llvm
/
test
/
MC
/
Mips
/
set-mips16-directive.s
blob: 9987c539126d4b55fd79ba71d51400788b2fe42c [
file
] [
log
] [
blame
] [
edit
]
# RUN: llvm-mc %s -triple=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