mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Using `SwiftShims` is undesirable - it creates all kinds of build issues, and means shipping the `_SwiftBacktracing.h` header in the SDK, which is not necessary. While we're doing this, add the necessary definitions for reading ELF and DWARF information. rdar://110261712
15 lines
251 B
Plaintext
15 lines
251 B
Plaintext
extern module ImageFormats "ImageFormats/ImageFormats.modulemap"
|
|
extern module OS "OS/OS.modulemap"
|
|
|
|
module Runtime {
|
|
header "Runtime/Runtime.h"
|
|
}
|
|
|
|
module FixedLayout {
|
|
header "FixedLayout.h"
|
|
}
|
|
|
|
module CompressionLibs {
|
|
header "Compression.h"
|
|
}
|