mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
(as described in the previous commit) When printing an interface that has to be stable, we need to use the module name that identifies where declarations should be searched for, just like we do with serialization. rdar://problem/49114811
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
module CoreKit {
|
|
header "CoreKit.h"
|
|
header "ExportAsCoreKit.h"
|
|
export *
|
|
}
|