Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVC.cpp419 std::string WindowsSdkLibPath; in ConstructJob() local
420 if (TC.getWindowsSDKLibraryPath(Args, WindowsSdkLibPath)) in ConstructJob()
422 Args.MakeArgString(std::string("-libpath:") + WindowsSdkLibPath)); in ConstructJob()