File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ const swift::MetadataSections *swift_getMetadataSection(size_t index) {
190
190
SWIFT_RUNTIME_EXPORT
191
191
const char *
192
192
swift_getMetadataSectionName (const swift::MetadataSections *section) {
193
- if (auto info = SymbolInfo::lookup (section)) {
193
+ if (auto info = swift:: SymbolInfo::lookup (section)) {
194
194
if (info->getFilename ()) {
195
195
return info->getFilename ();
196
196
}
@@ -202,7 +202,7 @@ SWIFT_RUNTIME_EXPORT
202
202
void swift_getMetadataSectionBaseAddress (const swift::MetadataSections *section,
203
203
void const **out_actual,
204
204
void const **out_expected) {
205
- if (auto info = SymbolInfo::lookup (section)) {
205
+ if (auto info = swift:: SymbolInfo::lookup (section)) {
206
206
*out_actual = info->getBaseAddress ();
207
207
} else {
208
208
*out_actual = nullptr ;
You can’t perform that action at this time.
0 commit comments