[clang] [HLSL] Implement the dst HLSL Function (PR #133828)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 7 12:33:37 PDT 2025
================
@@ -0,0 +1,75 @@
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm-only -disable-llvm-passes -verify
+
+float4 test_too_many_arg(float4 p0)
+{
----------------
metkarpoonam wrote:
I aligned the expected error lines with the function call
https://github.com/llvm/llvm-project/pull/133828
More information about the cfe-commits
mailing list