Skip to content

Commit ccb3840

Browse files
author
David Ungar
committed
Instantiate a template for the Linux compiler.
1 parent 7889bfb commit ccb3840

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/AST/FineGrainedDependenciesSourceFileDepGraphConstructor.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,12 @@ std::string DependencyKey::computeContextForProvidedEntity<
361361
return mangleTypeAsContext(holderAndMember.first);
362362
}
363363

364+
// Linux compiler requires the following:
365+
template
366+
std::string
367+
DependencyKey::computeContextForProvidedEntity<NodeKind::sourceFileProvide,
368+
StringRef>(StringRef);
369+
364370
//==============================================================================
365371
// MARK: computeNameForProvidedEntity
366372
//==============================================================================

0 commit comments

Comments
 (0)