mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The _SwiftCxxInteroperability.h is too tightly coupled to the compiler right now and should not be shipped with the standard library. In the future it could be moved back to the standard library.
33 lines
684 B
Plaintext
33 lines
684 B
Plaintext
module SwiftShims {
|
|
header "AssertionReporting.h"
|
|
header "CoreFoundationShims.h"
|
|
header "FoundationShims.h"
|
|
header "GlobalObjects.h"
|
|
header "HeapObject.h"
|
|
header "KeyPath.h"
|
|
header "LibcShims.h"
|
|
header "MetadataSections.h"
|
|
header "Random.h"
|
|
header "RefCount.h"
|
|
header "Reflection.h"
|
|
header "RuntimeShims.h"
|
|
header "RuntimeStubs.h"
|
|
header "SwiftStdbool.h"
|
|
header "SwiftStddef.h"
|
|
header "SwiftStdint.h"
|
|
header "System.h"
|
|
header "ThreadLocalStorage.h"
|
|
header "UnicodeData.h"
|
|
header "Visibility.h"
|
|
export *
|
|
}
|
|
|
|
module _SwiftConcurrencyShims {
|
|
header "_SwiftConcurrency.h"
|
|
}
|
|
|
|
module SwiftOverlayShims {
|
|
header "LibcOverlayShims.h"
|
|
export *
|
|
}
|