Skip to content

Commit de90109

Browse files
committed
Remote: explicitly qualify type
When building the remote mirror for Windows, the build would fail due to the symbol resolution being slightly different on Windows. Explicitly qualify the name to resolve the ambiguity. This reapirs the build of the remote mirror for Windows.
1 parent 3082bbf commit de90109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Remote/MetadataReader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ class MetadataReader {
15281528
if (!demangling)
15291529
return nullptr;
15301530

1531-
NodePointer top;
1531+
Demangle::NodePointer top;
15321532
// References to type nodes behave as types in the mangling.
15331533
if (isa<TargetTypeContextDescriptor<Runtime>>(descriptor.getLocalBuffer()) ||
15341534
isa<TargetProtocolDescriptor<Runtime>>(descriptor.getLocalBuffer())) {

0 commit comments

Comments
 (0)