forked from OSchip/llvm-project
add missing textual header to modulemap
This commit is contained in:
parent
04a5ca862b
commit
c1a578b09f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue