bolt/deps/llvm-18.1.8/llvm/test/MC/Mips/set-mips16-directive.s
2025-02-14 19:21:04 +01:00

10 lines
229 B
ArmAsm

# 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