[llvm] [Mips] Fix clang crashes when compiling a variadic function while targeting mips3 (PR #130558)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 14 00:48:15 PDT 2025


================
@@ -0,0 +1,53 @@
+; RUN: llc -mtriple=mipsel-linux-gnu -mcpu=mips3 -target-abi o32 < %s | FileCheck %s -check-prefixes=MIPS3-O32
----------------
yingopq wrote:

OK, applied.

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


More information about the llvm-commits mailing list