Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMSVC.cpp122 std::string UniversalCRTLibPath; in ConstructJob() local
123 if (TC.getUniversalCRTLibraryPath(Args, UniversalCRTLibPath)) in ConstructJob()
125 Args.MakeArgString(Twine("-libpath:") + UniversalCRTLibPath)); in ConstructJob()