Author: bader Date: Wed Apr 13 04:54:47 2016 New Revision: 266187 URL: http://llvm.org/viewvc/llvm-project?rev=266187&view=rev Log: [modules] Add OpenCLImageTypes.def to module map to fix the modules build.
Modified: cfe/trunk/include/clang/module.modulemap Modified: cfe/trunk/include/clang/module.modulemap URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/module.modulemap?rev=266187&r1=266186&r2=266187&view=diff ============================================================================== --- cfe/trunk/include/clang/module.modulemap (original) +++ cfe/trunk/include/clang/module.modulemap Wed Apr 13 04:54:47 2016 @@ -41,6 +41,7 @@ module Clang_Basic { textual header "Basic/DiagnosticOptions.def" textual header "Basic/LangOptions.def" textual header "Basic/OpenCLExtensions.def" + textual header "Basic/OpenCLImageTypes.def" textual header "Basic/OpenMPKinds.def" textual header "Basic/OperatorKinds.def" textual header "Basic/Sanitizers.def" _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits