File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4927,7 +4927,7 @@ def HLSLClip: LangBuiltin<"HLSL_LANG"> {
4927
4927
def HLSLGroupMemoryBarrierWithGroupSync: LangBuiltin<" HLSL_LANG" > {
4928
4928
let Spellings = [" __builtin_hlsl_group_memory_barrier_with_group_sync" ];
4929
4929
let Attributes = [NoThrow, Const];
4930
- let Prototype = " void(... )" ;
4930
+ let Prototype = " void()" ;
4931
4931
}
4932
4932
4933
4933
// Builtins for XRay.
Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -emit-llvm-only -disable-llvm-passes -verify -verify-ignore-unexpected
1
+ // RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -emit-llvm-only -disable-llvm-passes -verify
2
2
3
3
void test_too_many_arg () {
4
4
__builtin_hlsl_group_memory_barrier_with_group_sync (0 );
You can’t perform that action at this time.
0 commit comments