MCPcopy Create free account
hub / github.com/Kitware/CMake / LanguageLinkerCudaFatbinaryRule

Method LanguageLinkerCudaFatbinaryRule

Source/cmNinjaNormalTargetGenerator.cxx:245–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245std::string cmNinjaNormalTargetGenerator::LanguageLinkerCudaFatbinaryRule(
246 std::string const& config) const
247{
248 return cmStrCat(
249 this->TargetLinkLanguage(config), "_FATBINARY__",
250 cmGlobalNinjaGenerator::EncodeRuleName(this->GeneratorTarget->GetName()),
251 '_', config);
252}
253
254std::string cmNinjaNormalTargetGenerator::TextStubsGeneratorRule(
255 std::string const& config) const

Callers 2

WriteDeviceLinkRulesMethod · 0.95

Calls 3

TargetLinkLanguageMethod · 0.95
cmStrCatFunction · 0.70
GetNameMethod · 0.45

Tested by

no test coverage detected