Searched refs:MachOLibName (Results 1 – 1 of 1) sorted by relevance
1310 SmallString<64> MachOLibName = StringRef("libclang_rt"); in getCompilerRT() local1313 MachOLibName += '.'; in getCompilerRT()1314 MachOLibName += Component; in getCompilerRT()1316 MachOLibName += Type == ToolChain::FT_Shared ? "_dynamic.dylib" : ".a"; in getCompilerRT()1320 MachOLibName); in getCompilerRT()