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 9ba438d commit 734dd31Copy full SHA for 734dd31
clang/test/SemaHLSL/BuiltIns/and-errors.hlsl
@@ -1,6 +1,5 @@
1
// RUN: %clang_cc1 -finclude-default-header -triple \
2
-// RUN: dxil-pc-shadermodel6.3-library %s \
3
-// RUN: -emit-llvm -O1 -verify
+// RUN: dxil-pc-shadermodel6.3-library %s -O1 -verify
4
5
bool test_too_few_arg(bool a) {
6
return __builtin_hlsl_and(a);
0 commit comments