We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b49fc commit 570995eCopy full SHA for 570995e
clang/test/Sema/Float16.c
@@ -4,6 +4,8 @@
4
// RUN: %clang_cc1 -fsyntax-only -verify -triple spir-unknown-unknown %s -DHAVE
5
// RUN: %clang_cc1 -fsyntax-only -verify -triple armv7a-linux-gnu %s -DHAVE
6
// RUN: %clang_cc1 -fsyntax-only -verify -triple aarch64-linux-gnu %s -DHAVE
7
+// RUN: %clang_cc1 -fsyntax-only -verify -triple riscv32 %s -DHAVE
8
+// RUN: %clang_cc1 -fsyntax-only -verify -triple riscv64 %s -DHAVE
9
10
#ifndef HAVE
11
// expected-error@+2{{_Float16 is not supported on this target}}
0 commit comments