swift
82d9e4cb - Fix a crash when serializing variadic generic tuple code under -wmo

Commit
2 years ago
Fix a crash when serializing variadic generic tuple code under -wmo It seems really unfortunate that we use SILCloner to, basically, implement a recursive visitor of the types used in a SIL function, but apparently it's what we do. Fixes #72117.
Author
Parents
Loading