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"> {
49274927def HLSLGroupMemoryBarrierWithGroupSync: LangBuiltin<" HLSL_LANG" > {
49284928 let Spellings = [" __builtin_hlsl_group_memory_barrier_with_group_sync" ];
49294929 let Attributes = [NoThrow, Const];
4930- let Prototype = " void(... )" ;
4930+ let Prototype = " void()" ;
49314931}
49324932
49334933// 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
22
33void test_too_many_arg () {
44 __builtin_hlsl_group_memory_barrier_with_group_sync (0 );
You can’t perform that action at this time.
0 commit comments