mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Commit 0c42b57962 ("ELF: restructure image metadata registration")
removed the swift_install_in_component lines for both
swiftImageInspectionStatic and swiftImageInspectionShared libraries,
even though only the former library was removed in that change. As a
result, the swiftImageInspectionShared was not being built or
installed. This should fix SR-7038.
rdar://problem/37710244
The modules in the 'stdlib/public' directory are shipped publicly as a part of Apple Swift.