|
@@ -332,7 +332,7 @@ bool cmFastbuildNormalTargetGenerator::DetectBaseLinkerCommand(
|
|
|
return true;
|
|
|
}
|
|
|
|
|
|
-void cmFastbuildNormalTargetGenerator::ApplyCompileRuleLauncher(
|
|
|
+void cmFastbuildNormalTargetGenerator::ApplyLinkRuleLauncher(
|
|
|
std::string& command)
|
|
|
{
|
|
|
std::string const val = this->GetLocalGenerator()->GetRuleLauncher(
|
|
@@ -343,17 +343,6 @@ void cmFastbuildNormalTargetGenerator::ApplyCompileRuleLauncher(
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-void cmFastbuildNormalTargetGenerator::ApplyLinkRuleLauncher(
|
|
|
- std::string& command)
|
|
|
-{
|
|
|
- std::string const val = this->GetLocalGenerator()->GetRuleLauncher(
|
|
|
- this->GetGeneratorTarget(), "RULE_LAUNCH_COMPILE", Config);
|
|
|
- if (cmNonempty(val)) {
|
|
|
- LogMessage("RULE_LAUNCH_COMPILE: " + val);
|
|
|
- command = cmStrCat(val, " ", command);
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
void cmFastbuildNormalTargetGenerator::ApplyLWYUToLinkerCommand(
|
|
|
FastbuildLinkerNode& linkerNode)
|
|
|
{
|