Home
last modified time | relevance | path

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

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