Searched refs:CRTPath (Results 1 – 2 of 2) sorted by relevance
256 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob() local257 if (TC.getVFS().exists(CRTPath)) in ConstructJob()258 CmdArgs.push_back(Args.MakeArgString("-L" + CRTPath)); in ConstructJob()
161 auto CRTPath = TC.getCompilerRTPath(); in ConstructJob() local162 if (TC.getVFS().exists(CRTPath)) in ConstructJob()163 CmdArgs.push_back(Args.MakeArgString("-libpath:" + CRTPath)); in ConstructJob()