Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DGnu.cpp2748 std::string GentooPath = concat(D.SysRoot, GentooScanPath); in ScanGentooGccConfig() local
2749 if (D.getVFS().exists(GentooPath + "/crtbegin.o")) { in ScanGentooGccConfig()
2750 if (!ScanGCCForMultilibs(TargetTriple, Args, GentooPath, in ScanGentooGccConfig()
2755 GCCInstallPath = GentooPath; in ScanGentooGccConfig()
2756 GCCParentLibPath = GentooPath + std::string("/../../.."); in ScanGentooGccConfig()