mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Guard against condfails when older compilers get a swift interface
that uses `@extensible` attribute. The attribute itself doesn't
have any effect in swift interfaces yet since all of the public
enums are already resilient in that mode.
(cherry picked from commit 6d89bca765)