mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
Now that @inlinable is a supported feature, we need to handle cases where a function is inlinable but it references some type that imports differently in different Swift versions. To start, handle the case where a SIL function's type is now invalid and therefore the entire function can't be imported. This doesn't open up anything interesting yet, but it's a start. Part of rdar://problem/40899824
2 lines
34 B
Plaintext
2 lines
34 B
Plaintext
module Types { header "Types.h" }
|