Issue 83479
Summary [HLSL] Implement -HV option for DXC
Labels new issue
Assignees bob80905
Reporter bob80905
    Currently, the -HV option that is typically taken by the DXC compiler isn't properly translated to an appropriate set of options for clang in -cc1 mode. This issue requires that an appropriate option translation is implemented.

AC:
Running:
`"clang-dxc.exe" -enable-16bit-types -HV 2016 -T lib_6_1 <test hlsl file> -###`
Should result in a command line to clang-cc1 that includes a set of options that has equivalent semantic meaning to adding -HV to the DXC compiler.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to