diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index 54ba5fe40f0d..76b10621541c 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/include/llvm/module.modulemap @@ -244,6 +244,7 @@ module LLVM_intrinsic_gen { export * } module IR_AbstractCallSite { header "IR/AbstractCallSite.h" export * } + module IR_ConstantFold { header "IR/ConstantFold.h" export * } module IR_ConstantFolder { header "IR/ConstantFolder.h" export * } module IR_GlobalVariable { header "IR/GlobalVariable.h" export * } module IR_NoFolder { header "IR/NoFolder.h" export * }