Skip to content

Commit 4aba9f2

Browse files
authored
[RISCV] Add missing CHECK lines for Zkt to sifive-p450/p470/p670 test. NFC (llvm#161393)
1 parent ecea2b5 commit 4aba9f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/Driver/riscv-cpus.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@
473473
// MCPU-SIFIVE-P450-SAME: "-target-feature" "+zba"
474474
// MCPU-SIFIVE-P450-SAME: "-target-feature" "+zbb"
475475
// MCPU-SIFIVE-P450-SAME: "-target-feature" "+zbs"
476+
// MCPU-SIFIVE-P450-SAME: "-target-feature" "+zkt"
476477
// MCPU-SIFIVE-P450-SAME: "-target-abi" "lp64d"
477478

478479
// RUN: %clang -target riscv64 -### -c %s 2>&1 -mcpu=sifive-p470 | FileCheck -check-prefix=MCPU-SIFIVE-P470 %s
@@ -503,6 +504,7 @@
503504
// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zba"
504505
// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zbb"
505506
// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zbs"
507+
// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zkt"
506508
// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvbb"
507509
// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zvbc"
508510
// MCPU-SIFIVE-P470-SAME: "-target-feature" "+zve32f"
@@ -564,6 +566,7 @@
564566
// MCPU-SIFIVE-P670-SAME: "-target-feature" "+zba"
565567
// MCPU-SIFIVE-P670-SAME: "-target-feature" "+zbb"
566568
// MCPU-SIFIVE-P670-SAME: "-target-feature" "+zbs"
569+
// MCPU-SIFIVE-P670-SAME: "-target-feature" "+zkt"
567570
// MCPU-SIFIVE-P670-SAME: "-target-feature" "+zvbb"
568571
// MCPU-SIFIVE-P670-SAME: "-target-feature" "+zvbc"
569572
// MCPU-SIFIVE-P670-SAME: "-target-feature" "+zve32f"

0 commit comments

Comments
 (0)