mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
For now, always use indirect convention for types with packs. This is motivated by the fact that getting from/setting to a pack currently requires addresses which aren't materialized for tuples. In the fullness of time, these values should be direct in opaque values mode, but for now it can be postponed.