[clang] [llvm] [HLSL][SPIR-V] Add support for SV_Target semantic (PR #168743)

Steven Perron via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 21 08:38:19 PST 2025


Nathan =?utf-8?q?Gau=C3=ABr?= <brioche at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/168743 at github.com>


================
@@ -13213,6 +13213,8 @@ def err_hlsl_semantic_indexing_not_supported
 def err_hlsl_init_priority_unsupported : Error<
   "initializer priorities are not supported in HLSL">;
 def err_hlsl_semantic_index_overlap : Error<"semantic index overlap %0">;
+def err_hlsl_semantic_unsupported_direction_for_stage
----------------
s-perron wrote:

Replace direction with iotype? 

https://github.com/llvm/llvm-project/pull/168743


More information about the llvm-commits mailing list