mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
75bee892be
This patch adds parsing and extracting of the Swift reflection metadata data segments from within the WebAssembly DATA section and tests it using swift-reflection-dump. This is needed to allow LLDB to acces Swift reflection metadata when attached to WebAssembly processes. rdar://159217213