[clang] [llvm] Add clang driver changes to support MTI RISC-V (PR #134065)
Djordje Todorovic via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 7 03:56:54 PDT 2025
================
@@ -115,6 +115,20 @@
// MCPU-MIPS-P8700-SAME: "-target-feature" "+zba"
// MCPU-MIPS-P8700-SAME: "-target-feature" "+zbb"
+// RUN: %clang --target=riscv64-mti-linux-gnu -### -c %s 2>&1| FileCheck -check-prefix=MCPU-MTI-P8700 %s
----------------
djtodoro wrote:
Sure.
https://github.com/llvm/llvm-project/pull/134065
More information about the llvm-commits
mailing list