We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031ef95 commit 4a67a3bCopy full SHA for 4a67a3b
clang/lib/Driver/ToolChains/HLSL.cpp
@@ -127,8 +127,6 @@ std::string tryParseProfile(StringRef Profile) {
127
}
128
129
bool isLegalValidatorVersion(StringRef ValVersionStr, const Driver &D) {
130
- auto VerPair = ValVersionStr.split(".");
131
- llvm::APInt APMajor, APMinor;
132
VersionTuple Version;
133
if (Version.tryParse(ValVersionStr) || Version.getBuild() ||
134
Version.getSubminor() || !Version.getMinor()) {
0 commit comments