From: Alexey Bader Date: Wed, 13 Apr 2016 09:54:47 +0000 (+0000) Subject: [modules] Add OpenCLImageTypes.def to module map to fix the modules build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=917ed023bb38a565433ef9ab342271c8116716ee;p=clang [modules] Add OpenCLImageTypes.def to module map to fix the modules build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266187 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/module.modulemap b/include/clang/module.modulemap index a3e18ff585..5cc7fcc3eb 100644 --- a/include/clang/module.modulemap +++ b/include/clang/module.modulemap @@ -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"