Author: Craig Topper Date: 2025-09-30T10:53:18-07:00 New Revision: 4aba9f223fb79f08675d3f286602bf785553b4de
URL: https://github.com/llvm/llvm-project/commit/4aba9f223fb79f08675d3f286602bf785553b4de DIFF: https://github.com/llvm/llvm-project/commit/4aba9f223fb79f08675d3f286602bf785553b4de.diff LOG: [RISCV] Add missing CHECK lines for Zkt to sifive-p450/p470/p670 test. NFC (#161393) Added: Modified: clang/test/Driver/riscv-cpus.c Removed: ################################################################################ diff --git a/clang/test/Driver/riscv-cpus.c b/clang/test/Driver/riscv-cpus.c index 88ec766ff6966..cd92adc64a7d6 100644 --- a/clang/test/Driver/riscv-cpus.c +++ b/clang/test/Driver/riscv-cpus.c @@ -473,6 +473,7 @@ // MCPU-SIFIVE-P450-SAME: "-target-feature" "+zba" // MCPU-SIFIVE-P450-SAME: "-target-feature" "+zbb" // MCPU-SIFIVE-P450-SAME: "-target-feature" "+zbs" +// MCPU-SIFIVE-P450-SAME: "-target-feature" "+zkt" // MCPU-SIFIVE-P450-SAME: "-target-abi" "lp64d" // RUN: %clang -target riscv64 -### -c %s 2>&1 -mcpu=sifive-p470 | FileCheck -check-prefix=MCPU-SIFIVE-P470 %s @@ -503,6 +504,7 @@ // MCPU-SIFIVE-P470-SAME: "-target-feature" "+zba" // MCPU-SIFIVE-P470-SAME: "-target-feature" "+zbb" // MCPU-SIFIVE-P470-SAME: "-target-feature" "+zbs" +// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zkt" // MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvbb" // MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvbc" // MCPU-SIFIVE-P470-SAME: "-target-feature" "+zve32f" @@ -564,6 +566,7 @@ // MCPU-SIFIVE-P670-SAME: "-target-feature" "+zba" // MCPU-SIFIVE-P670-SAME: "-target-feature" "+zbb" // MCPU-SIFIVE-P670-SAME: "-target-feature" "+zbs" +// MCPU-SIFIVE-P670-SAME: "-target-feature" "+zkt" // MCPU-SIFIVE-P670-SAME: "-target-feature" "+zvbb" // MCPU-SIFIVE-P670-SAME: "-target-feature" "+zvbc" // MCPU-SIFIVE-P670-SAME: "-target-feature" "+zve32f" _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
