[llvm] [MIPS]Initial support for MIPS16 assembly. (PR #108681)

Jesse D via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 19:57:03 PST 2025


================
@@ -1,10 +1,213 @@
-# RUN: not llvm-mc -triple=mips -mcpu=mips32r2 -mattr=+mips16 < %s 2> %t
+# REQUIRES: mips-registered-target
----------------
jdeguire wrote:

Good to know, thanks! I removed the "REQUIRES" line and pushed a "fixup" commit as like the docs said.

https://github.com/llvm/llvm-project/pull/108681


More information about the llvm-commits mailing list