Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp256 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob() local
257 if (TC.getVFS().exists(CRTPath)) in ConstructJob()
258 CmdArgs.push_back(Args.MakeArgString("-L" + CRTPath)); in ConstructJob()
H A DMSVC.cpp161 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob() local
162 if (TC.getVFS().exists(CRTPath)) in ConstructJob()
163 CmdArgs.push_back(Args.MakeArgString("-libpath:" + CRTPath)); in ConstructJob()