Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DGnu.cpp2615 std::string GentooPath = D.SysRoot + std::string(GentooScanPath); in ScanGentooGccConfig() local
2616 if (D.getVFS().exists(GentooPath + "/crtbegin.o")) { in ScanGentooGccConfig()
2617 if (!ScanGCCForMultilibs(TargetTriple, Args, GentooPath, in ScanGentooGccConfig()
2622 GCCInstallPath = GentooPath; in ScanGentooGccConfig()
2623 GCCParentLibPath = GentooPath + std::string("/../../.."); in ScanGentooGccConfig()