[llvm] r291079 - Tentative fix for modules build.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 20:40:10 PST 2017


Author: pcc
Date: Wed Jan  4 22:40:09 2017
New Revision: 291079

URL: http://llvm.org/viewvc/llvm-project?rev=291079&view=rev
Log:
Tentative fix for modules build.

Modified:
    llvm/trunk/include/llvm/module.modulemap

Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=291079&r1=291078&r2=291079&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Wed Jan  4 22:40:09 2017
@@ -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 * }




More information about the llvm-commits mailing list