Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp121 std::string UniversalCRTLibPath; in ConstructJob() local
122 if (TC.getUniversalCRTLibraryPath(Args, UniversalCRTLibPath)) in ConstructJob()
124 Args.MakeArgString(Twine("-libpath:") + UniversalCRTLibPath)); in ConstructJob()