[clang] [HLSL] update default validator version to 1.8. (PR #104040)
Cooper Partin via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 09:59:26 PDT 2024
================
@@ -283,14 +283,6 @@ HLSLToolChain::TranslateArgs(const DerivedArgList &Args, StringRef BoundArch,
DAL->append(A);
}
- // Add default validator version if not set.
----------------
coopp wrote:
This was removed. Do we still need to fallback to a default here or does the change in Options.td take care of all of that?
https://github.com/llvm/llvm-project/pull/104040
More information about the cfe-commits
mailing list