Files
swift-mirror/test/Interpreter/enum_resilience.swift
Arnold Schwaighofer 1772e77064 IRGen: Fix multi-payload enum lowering
When we have a private resilient enum that is resilient because one of
its payloads is resilient but we have disabled resilience in the
context of lowering the enum as a class member (sigh), we must consider
it's payload's layout enum in the minimal domain (ignore the private
visibility) because we don't truly know the layout.

rdar://41308521
2018-06-25 15:03:28 -07:00

11 KiB