aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/module.modulemap')
-rw-r--r--include/llvm/module.modulemap5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap
index bcc12534ec85..9c4668e1473c 100644
--- a/include/llvm/module.modulemap
+++ b/include/llvm/module.modulemap
@@ -5,6 +5,7 @@ module LLVM_Analysis {
// This is intended for (repeated) textual inclusion.
textual header "Analysis/TargetLibraryInfo.def"
+ textual header "Analysis/VecFuncs.def"
}
module LLVM_AsmParser {
@@ -53,6 +54,7 @@ module LLVM_BinaryFormat {
textual header "BinaryFormat/Dwarf.def"
textual header "BinaryFormat/DynamicTags.def"
textual header "BinaryFormat/MachO.def"
+ textual header "BinaryFormat/MinidumpConstants.def"
textual header "BinaryFormat/ELFRelocs/AArch64.def"
textual header "BinaryFormat/ELFRelocs/AMDGPU.def"
textual header "BinaryFormat/ELFRelocs/ARM.def"
@@ -220,7 +222,7 @@ module LLVM_intrinsic_gen {
module IR_ConstantRange { header "IR/ConstantRange.h" export * }
module IR_Dominators { header "IR/Dominators.h" export * }
module Analysis_PostDominators { header "Analysis/PostDominators.h" export * }
- module IR_DomTreeUpdater { header "IR/DomTreeUpdater.h" export * }
+ module Analysis_DomTreeUpdater { header "Analysis/DomTreeUpdater.h" export * }
module IR_IRBuilder { header "IR/IRBuilder.h" export * }
module IR_PassManager { header "IR/PassManager.h" export * }
module IR_PredIteratorCache { header "IR/PredIteratorCache.h" export * }
@@ -235,6 +237,7 @@ module LLVM_intrinsic_gen {
}
module IR_IntrinsicInst { header "IR/IntrinsicInst.h" export * }
module IR_PatternMatch { header "IR/PatternMatch.h" export * }
+ module IR_SafepointIRVerifier { header "IR/SafepointIRVerifier.h" export * }
module IR_Statepoint { header "IR/Statepoint.h" export * }
export *