mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
c27e93fc8e
While for Swift symbols, they always exist in the module streams, the PDBs that Microsoft serves from its symbol servers don't work that way, and contain symbols that don't show up in the module streams. Thus we need to add function data for each of those. That then creates a problem where the symbol is in both places, so we need to de-duplicate as well. rdar://176547291