Skip to content

Commit 28b53de

Browse files
committed
Use the utility function to add the reflection info from loaded images
1 parent 86c9407 commit 28b53de

File tree

1 file changed

+2
-0
lines changed
  • tools/swift-inspect/Sources/swift-inspect

1 file changed

+2
-0
lines changed

tools/swift-inspect/Sources/swift-inspect/main.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ func makeReflectionContext(
126126
argFail("Failed to create reflection context")
127127
}
128128

129+
inspector.addReflectionInfoFromLoadedImages(context: reflectionContext)
130+
129131
return (inspector, reflectionContext)
130132
}
131133

0 commit comments

Comments
 (0)