We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aac00e commit 8b62f19Copy full SHA for 8b62f19
clang/test/Driver/riscv-default-features.c
@@ -1,4 +1,5 @@
1
// 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
3
4
// RV32: "target-features"="+a,+c,+m,+relax,-save-restore"
5
// RV64: "target-features"="+64bit,+a,+c,+m,+relax,-save-restore"
0 commit comments