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.cpp241 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob() local
242 if (TC.getVFS().exists(CRTPath)) in ConstructJob()
243 CmdArgs.push_back(Args.MakeArgString("-L" + CRTPath)); in ConstructJob()
H A DMSVC.cpp157 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob() local
158 if (TC.getVFS().exists(CRTPath)) in ConstructJob()
159 CmdArgs.push_back(Args.MakeArgString("-libpath:" + CRTPath)); in ConstructJob()