diff options
author | Alexey Bader <aleksey.bader@mail.ru> | 2016-04-13 09:54:47 +0000 |
---|---|---|
committer | Alexey Bader <aleksey.bader@mail.ru> | 2016-04-13 09:54:47 +0000 |
commit | 01fb4cb34b4466dce3f79f65aa5163310aedd0fc (patch) | |
tree | 747178fc489da2a473057abfe1472b7bbb06ee20 /clang | |
parent | 50f29e06a1b6a38f0bba9360cbff72c82d46cdd4 (diff) | |
download | bcm5719-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.modulemap | 1 |
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" |