Searched refs:DarwinLibName (Results 1 – 1 of 1) sorted by relevance
1371 SmallString<64> DarwinLibName = StringRef("libclang_rt."); in getCompilerRT() local1374 DarwinLibName += Component; in getCompilerRT()1375 DarwinLibName += '_'; in getCompilerRT()1377 DarwinLibName += getOSLibraryNameSuffix(); in getCompilerRT()1378 DarwinLibName += Type == ToolChain::FT_Shared ? "_dynamic.dylib" : ".a"; in getCompilerRT()1381 llvm::sys::path::append(FullPath, "lib", "darwin", DarwinLibName); in getCompilerRT()