[llvm] c1a578b - add missing textual header to modulemap

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 29 15:56:46 PDT 2022


Author: Adrian Prantl
Date: 2022-09-29T15:56:31-07:00
New Revision: c1a578b09f8db837216c92dafa1807cc6e4e0c97

URL: https://github.com/llvm/llvm-project/commit/c1a578b09f8db837216c92dafa1807cc6e4e0c97
DIFF: https://github.com/llvm/llvm-project/commit/c1a578b09f8db837216c92dafa1807cc6e4e0c97.diff

LOG: add missing textual header to modulemap

Added: 
    

Modified: 
    llvm/include/llvm/module.modulemap

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 76b10621541c..0ffae8265d4b 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -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"


        


More information about the llvm-commits mailing list