From 937e98efad9ce9330008f11135d3b08ab339f9bb Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Thu, 5 Jan 2017 04:40:09 +0000 Subject: [PATCH] Tentative fix for modules build. llvm-svn: 291079 --- include/llvm/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index a86bc7e7fcb..29e6d66b27f 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -151,6 +151,7 @@ module LLVM_intrinsic_gen { module IR_NoFolder { header "IR/NoFolder.h" export * } module IR_Module { header "IR/Module.h" export * } module IR_ModuleSummaryIndex { header "IR/ModuleSummaryIndex.h" export * } + module IR_ModuleSummaryIndexYAML { header "IR/ModuleSummaryIndexYAML.h" export * } module IR_Function { header "IR/Function.h" export * } module IR_InstrTypes { header "IR/InstrTypes.h" export * } module IR_Instructions { header "IR/Instructions.h" export * }