diff options
| -rw-r--r-- | clang/include/clang/module.modulemap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/include/clang/module.modulemap b/clang/include/clang/module.modulemap index 1c874d2dd88..28b6d1652c5 100644 --- a/clang/include/clang/module.modulemap +++ b/clang/include/clang/module.modulemap @@ -90,6 +90,9 @@ module Clang_Frontend { textual header "Frontend/LangStandards.def" module * { export * } + + // FIXME: This violates layers. + exclude header "Frontend/PCHContainerOperations.h" } module Clang_FrontendTool { requires cplusplus umbrella "FrontendTool" module * { export * } } |

