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

Method ApplyLinkRuleLauncher

Source/cmFastbuildNormalTargetGenerator.cxx:360–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360void cmFastbuildNormalTargetGenerator::ApplyLinkRuleLauncher(
361 std::string& command)
362{
363 std::string const val = this->GetLocalGenerator()->GetRuleLauncher(
364 this->GetGeneratorTarget(), "RULE_LAUNCH_LINK", Config);
365 if (cmNonempty(val)) {
366 LogMessage("RULE_LAUNCH_LINK: " + val);
367 command = cmStrCat(val, ' ', command);
368 }
369}
370
371void cmFastbuildNormalTargetGenerator::ApplyLWYUToLinkerCommand(
372 FastbuildLinkerNode& linkerNode)

Callers

nothing calls this directly

Calls 5

cmNonemptyFunction · 0.85
GetRuleLauncherMethod · 0.80
cmStrCatFunction · 0.70
GetLocalGeneratorMethod · 0.45
GetGeneratorTargetMethod · 0.45

Tested by

no test coverage detected