Home
last modified time | relevance | path

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

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