Searched refs:AVRLibcRoot (Results 1 – 1 of 1) sorted by relevance
392 Optional<std::string> AVRLibcRoot = findAVRLibcInstallation(); in AddClangSystemIncludeArgs() local393 if (!AVRLibcRoot) in AddClangSystemIncludeArgs()397 std::string AVRInc = *AVRLibcRoot + "/include"; in AddClangSystemIncludeArgs()431 llvm::Optional<std::string> AVRLibcRoot = TC.findAVRLibcInstallation(); in ConstructJob() local461 } else if (!AVRLibcRoot) { in ConstructJob()467 Args.MakeArgString(Twine("-L") + *AVRLibcRoot + "/lib/" + SubPath)); in ConstructJob()