Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAVR.cpp324 Optional<std::string> AVRLibcRoot = findAVRLibcInstallation(); in AVRToolChain() local
334 } else if (!AVRLibcRoot.hasValue()) { in AVRToolChain()
340 std::string LibcRoot = AVRLibcRoot.getValue(); in AVRToolChain()