Files
swift-mirror/stdlib/public/RuntimeModule/modules/ImageFormats/ImageFormats.modulemap
Alastair Houghton 760cc57bef [Backtracing] Rename _Backtracing to Runtime.
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
2025-01-17 10:09:36 +00:00

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 *
}