[clang] [llvm] [HLSL] Add -HV option translation to clang-dxc.exe (PR #83938)
Chris B via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 12 07:51:58 PDT 2024
================
@@ -753,6 +753,9 @@ def err_drv_hlsl_bad_shader_required_in_target : Error<
def err_drv_hlsl_bad_shader_unsupported : Error<
"%select{shader model|Vulkan environment|shader stage}0 '%1' in target '%2' is invalid for HLSL code generation">;
+def err_drv_hlsl_dxc_bad_argument_value : Error<
+ "'%0' dxc argument has invalid value '%1'">;
+
----------------
llvm-beanz wrote:
This doesn't seem to be used anymore.
https://github.com/llvm/llvm-project/pull/83938
More information about the cfe-commits
mailing list