Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVC.cpp115 std::string VCToolsVersion; in findVCToolChainViaCommandLine() local
117 VCToolsVersion = A->getValue(); in findVCToolChainViaCommandLine()
119 VCToolsVersion = getHighestNumericTupleInDirectory(VFS, ToolsPath); in findVCToolChainViaCommandLine()
120 llvm::sys::path::append(ToolsPath, VCToolsVersion); in findVCToolChainViaCommandLine()