Searched refs:DarwinLibName (Results 1 – 1 of 1) sorted by relevance
1329 SmallString<64> DarwinLibName = StringRef("libclang_rt."); in getCompilerRT() local1332 DarwinLibName += Component; in getCompilerRT()1333 DarwinLibName += '_'; in getCompilerRT()1335 DarwinLibName += getOSLibraryNameSuffix(); in getCompilerRT()1336 DarwinLibName += Type == ToolChain::FT_Shared ? "_dynamic.dylib" : ".a"; in getCompilerRT()1339 llvm::sys::path::append(FullPath, "lib", "darwin", DarwinLibName); in getCompilerRT()