mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
ea6308994d
Generic parameters can become sources of metadata types and conformances. To access them the layout needs to be available to IRGen. rdar://37086144 SR-6879