Skip to content

Commit 8b62f19

Browse files
author
eopXD
committed
[Driver][RISCV] Add missing rv64 test case
Add missing test case. Thanks @rogfer01 for spotting this out. Reviewed By: asb Differential Revision: https://reviews.llvm.org/D120297
1 parent 2aac00e commit 8b62f19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/Driver/riscv-default-features.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %clang -target riscv32-unknown-elf -S -emit-llvm %s -o - | FileCheck %s -check-prefix=RV32
2+
// RUN: %clang -target riscv64-unknown-elf -S -emit-llvm %s -o - | FileCheck %s -check-prefix=RV64
23

34
// RV32: "target-features"="+a,+c,+m,+relax,-save-restore"
45
// RV64: "target-features"="+64bit,+a,+c,+m,+relax,-save-restore"

0 commit comments

Comments
 (0)