[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:52:33 PDT 2024


================
@@ -226,6 +226,7 @@ HLSLToolChain::TranslateArgs(const DerivedArgList &Args, StringRef BoundArch,
       A->claim();
       continue;
     }
+
----------------
llvm-beanz wrote:

Unnecessary whitespace change.

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


More information about the cfe-commits mailing list