Searched refs:CRTPath (Results 1 – 2 of 2) sorted by relevance
241 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob() local242 if (TC.getVFS().exists(CRTPath)) in ConstructJob()243 CmdArgs.push_back(Args.MakeArgString("-L" + CRTPath)); in ConstructJob()
157 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob() local158 if (TC.getVFS().exists(CRTPath)) in ConstructJob()159 CmdArgs.push_back(Args.MakeArgString("-libpath:" + CRTPath)); in ConstructJob()