[clang] [llvm] [Mips] Implement MipsInstrInfo::getNop() operation (PR #135524)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 17 22:32:57 PDT 2025


================
@@ -0,0 +1,13 @@
+// REQUIRES: mips-registered-target
----------------
MaskRay wrote:

`clang++ -target "mipsel-w64-windows-gnu" -c test.cpp` avoid deprecated `-target `. Use `--target=`

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


More information about the cfe-commits mailing list