[llvm] 2081ffe - Update module map for 4ce1f3d47c33daccfb7f4e906c3f57b404900036

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 28 14:52:31 PST 2022


Author: Adrian Prantl
Date: 2022-01-28T14:52:25-08:00
New Revision: 2081ffe4b2e3870cfe2d58331f57badd7dbc009a

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

LOG: Update module map for 4ce1f3d47c33daccfb7f4e906c3f57b404900036

Added: 
    

Modified: 
    llvm/include/llvm/module.modulemap

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 25c7aeee148e..d0693ccfd8f6 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -60,6 +60,7 @@ module LLVM_BinaryFormat {
     textual header "BinaryFormat/DynamicTags.def"
     textual header "BinaryFormat/MachO.def"
     textual header "BinaryFormat/MinidumpConstants.def"
+    textual header "BinaryFormat/Swift.def"
     textual header "BinaryFormat/ELFRelocs/AArch64.def"
     textual header "BinaryFormat/ELFRelocs/AMDGPU.def"
     textual header "BinaryFormat/ELFRelocs/ARM.def"


        


More information about the llvm-commits mailing list