[clang] [llvm] [MIPS] Define SubTargetFeature for i6500 cpu (PR #132907)
Mallikarjuna Gouda via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 25 03:04:08 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
+
----------------
mgoudar wrote:
thank you for the review. I have removed extra line.
https://github.com/llvm/llvm-project/pull/132907
More information about the llvm-commits
mailing list