[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:14 PDT 2024
================
@@ -139,6 +139,7 @@ struct LangStandard {
bool isOpenCL() const { return Flags & OpenCL; }
static Kind getLangKind(StringRef Name);
+ static Kind getHLSLLangKind(StringRef Name);
----------------
llvm-beanz wrote:
This either.
https://github.com/llvm/llvm-project/pull/83938
More information about the cfe-commits
mailing list