]> granicus.if.org Git - clang/commitdiff
clang/module.modulemap: Exclude Frontend/PCHContainerOperations.h in Clang_Frontend.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 30 Oct 2015 15:14:55 +0000 (15:14 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 30 Oct 2015 15:14:55 +0000 (15:14 +0000)
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

include/clang/module.modulemap

index 1c874d2dd8875e73107846c50976695d5dadda5e..28b6d1652c5e1f2a4848a2e553fbf71881e5d7a2 100644 (file)
@@ -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 * } }