[clang] [HLSL] update default validator version to 1.8. (PR #104040)
Xiang Li via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 10:31:05 PDT 2024
================
@@ -283,14 +283,6 @@ HLSLToolChain::TranslateArgs(const DerivedArgList &Args, StringRef BoundArch,
DAL->append(A);
}
- // Add default validator version if not set.
----------------
python3kgae wrote:
The default value in Options.td will take care.
https://github.com/llvm/llvm-project/pull/104040
More information about the cfe-commits
mailing list