Skip to content

Commit 0d082df

Browse files
committed
[ABI] RuntimeMetadata: Adjust type field to make it a symbolic reference
This is due to the fact that IRGen has been switched to use `getTypeRef`.
1 parent e9d1d30 commit 0d082df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/ABI/Metadata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4740,7 +4740,7 @@ using AccessibleFunctionRecord = TargetAccessibleFunctionRecord<InProcess>;
47404740
/// that relates a type attribute is attached to a generator function.
47414741
template <typename Runtime>
47424742
struct TargetRuntimeDiscoverableAttributeEntry {
4743-
ConstTargetMetadataPointer<Runtime, TargetMetadata> Type;
4743+
RelativeDirectPointer<const char, /*nullable*/ false> Type;
47444744
RelativeDirectPointer<TargetAccessibleFunctionRecord<Runtime>> Generator;
47454745
};
47464746

0 commit comments

Comments
 (0)