[llvm] 8bed953 - [llvm] Fix the module build

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 10 13:40:32 PST 2022


Author: Jonas Devlieghere
Date: 2022-01-10T13:40:28-08:00
New Revision: 8bed953782af43b1b53136718880ac352d45989c

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

LOG: [llvm] Fix the module build

Fix the module build after 2c0fb96254fef2509b66d75290fedafd4adede95

Added: 
    

Modified: 
    llvm/include/llvm/module.modulemap

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index b0f7f21206065..25c7aeee148e7 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -251,6 +251,7 @@ module LLVM_intrinsic_gen {
   module IR_Function { header "IR/Function.h" export * }
   module IR_InstrTypes { header "IR/InstrTypes.h" export * }
   module IR_Instructions { header "IR/Instructions.h" export * }
+  module IR_TypeFinder { header "IR/TypeFinder.h" export * }
 
 
   // Intrinsics.h


        


More information about the llvm-commits mailing list