We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1712df + 685a952 commit c4118b5Copy full SHA for c4118b5
lib/Driver/Driver.cpp
@@ -1363,7 +1363,7 @@ void Driver::buildActions(const ToolChain &TC,
1363
} else {
1364
// The merge module action needs to be first to force the right outputs
1365
// for the other actions. However, we can't rely on it being the only
1366
- // action because there may be other actions (e.g. BackenJobActions) that
+ // action because there may be other actions (e.g. BackendJobActions) that
1367
// are not merge-module inputs but nonetheless should be run.
1368
if (MergeModuleAction)
1369
Actions.push_back(MergeModuleAction.release());
0 commit comments