Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp131 std::string WindowsSdkLibPath; in ConstructJob() local
132 if (TC.getWindowsSDKLibraryPath(Args, WindowsSdkLibPath)) in ConstructJob()
134 Args.MakeArgString(std::string("-libpath:") + WindowsSdkLibPath)); in ConstructJob()