Commit Graph

2 Commits

Author SHA1 Message Date
Pavel Yaskevich
5e0efb1a56 [Tests] NFC: Don't attempt to run inlinable init accessor tests on device or remotely
This test is using dylibs, which don't play way with remote/device CI.

Resolves: rdar://132715122
2024-07-31 10:13:22 -07:00
Pavel Yaskevich
be3396821e [AST] Print init accessors when they are ABI-public
Using init accessors from inlinable code requires `@usableFromInline`
annotation, which means that we need to print them in swift interfaces
and serialize them.
2024-07-12 09:54:08 -07:00