summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorAlexey Bader <aleksey.bader@mail.ru>2016-04-13 09:54:47 +0000
committerAlexey Bader <aleksey.bader@mail.ru>2016-04-13 09:54:47 +0000
commit01fb4cb34b4466dce3f79f65aa5163310aedd0fc (patch)
tree747178fc489da2a473057abfe1472b7bbb06ee20 /clang
parent50f29e06a1b6a38f0bba9360cbff72c82d46cdd4 (diff)
downloadbcm5719-llvm-01fb4cb34b4466dce3f79f65aa5163310aedd0fc.tar.gz
bcm5719-llvm-01fb4cb34b4466dce3f79f65aa5163310aedd0fc.zip
[modules] Add OpenCLImageTypes.def to module map to fix the modules build.
llvm-svn: 266187
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/module.modulemap1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/module.modulemap b/clang/include/clang/module.modulemap
index a3e18ff585b..5cc7fcc3eba 100644
--- a/clang/include/clang/module.modulemap
+++ b/clang/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"
OpenPOWER on IntegriCloud