[clang] [llvm] [MIPS] Define SubTargetFeature for i6500 cpu (PR #132907)
Djordje Todorovic via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 25 02:56:14 PDT 2025
================
@@ -0,0 +1,6 @@
+// RUN: %clang --target=mips64-linux-gnu -mcpu=i6400 -o %t -c %s 2>&1 | FileCheck --allow-empty %s
+// CHECK-NOT: {{.*}} is not a recognized feature for this target
+
----------------
djtodoro wrote:
nit: no need for 2 newlines here
https://github.com/llvm/llvm-project/pull/132907
More information about the llvm-commits
mailing list