Unverified Commit 162180de authored by Joshua Batista's avatar Joshua Batista Committed by GitHub
Browse files

[HLSL] Add -HV option translation to clang-dxc.exe (#83938)



Previously, clang-dxc.exe would not recognize -HV as a valid argument to
DXC, and would be unable to translate the argument to a legal clang
argument. This PR implements a translation of the HV option and its
value to the appropriate clang flag and the appropriate value. It adds a
test by using the -### option to spit out the translated options, and
checks to see that the correct option was generated.
Fixes #83479

---------

Co-authored-by: default avatarChris B <cbieneman@microsoft.com>
parent 274db645
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment