summaryrefslogtreecommitdiffstats
path: root/include/clang/module.modulemap
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-10-30 15:14:55 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-10-30 15:14:55 +0000
commitc8566d0238567b2311e5967ceb51630051fa389f (patch)
treeca0d35c9fa3ca62f0783042e2356b2da8178facb /include/clang/module.modulemap
parentdf2a595cc3e11586e79206e133461d7f98a509fc (diff)
clang/module.modulemap: Exclude Frontend/PCHContainerOperations.h in Clang_Frontend.
FIXME: It should be dissolved to interface and impl. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251701 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/module.modulemap')
-rw-r--r--include/clang/module.modulemap3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/clang/module.modulemap b/include/clang/module.modulemap
index 1c874d2dd8..28b6d1652c 100644
--- a/include/clang/module.modulemap
+++ b/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 * } }