add missing textual header to modulemap

This commit is contained in:
Adrian Prantl 2022-09-29 15:56:31 -07:00
parent 04a5ca862b
commit c1a578b09f
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ module LLVM_BinaryFormat {
requires cplusplus
umbrella "BinaryFormat" module * { export * }
textual header "BinaryFormat/Dwarf.def"
textual header "BinaryFormat/DXContainerConstants.def"
textual header "BinaryFormat/DynamicTags.def"
textual header "BinaryFormat/MachO.def"
textual header "BinaryFormat/MinidumpConstants.def"