Home
last modified time | relevance | path

Searched refs:RegistrySDKVersion (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Driver/
DMSVCToolChain.cpp270 std::string RegistrySDKVersion; in getWindowsSDKDir() local
274 "InstallationFolder", Path, &RegistrySDKVersion)) in getWindowsSDKDir()
276 if (Path.empty() || RegistrySDKVersion.empty()) in getWindowsSDKDir()
282 std::sscanf(RegistrySDKVersion.c_str(), "v%d.", &Major); in getWindowsSDKDir()