mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Move the backtracing code into a new Runtime module. This means renaming the Swift Runtime's CMake target because otherwise there will be a name clash. rdar://124913332
13 lines
185 B
Plaintext
13 lines
185 B
Plaintext
module ImageFormats {
|
|
module Elf {
|
|
header "Elf/elf.h"
|
|
export *
|
|
}
|
|
module Dwarf {
|
|
header "Dwarf/dwarf.h"
|
|
header "Dwarf/eh_frame_hdr.h"
|
|
export *
|
|
}
|
|
export *
|
|
}
|