Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp664 std::string GCCParent(GCCInstallation.getParentLibPath()); in findAVRLibcInstallation() local
665 std::string Path(GCCParent + "/avr"); in findAVRLibcInstallation()
668 Path = GCCParent + "/../avr"; in findAVRLibcInstallation()