summaryrefslogtreecommitdiffstats
path: root/include/clang/module.modulemap
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2018-12-12 02:53:59 +0000
committerRichard Trieu <rtrieu@google.com>2018-12-12 02:53:59 +0000
commit6be5408471f9a5f03e45f0cfe3c5bcdbfab4d707 (patch)
tree2f4a28266a269edf16ee1655eae3e70e7b43a20c /include/clang/module.modulemap
parent43ceab969ac1d244b27f86162b47a9904f6ad053 (diff)
Move PCHContainerOperations from Frontend to Serialization
Fix a layering violation. Frontend depends on Serialization, so anything used by both should be in Serialization. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348907 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/module.modulemap')
-rw-r--r--include/clang/module.modulemap3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/clang/module.modulemap b/include/clang/module.modulemap
index 1f6eacca1f..cbcb62e214 100644
--- a/include/clang/module.modulemap
+++ b/include/clang/module.modulemap
@@ -103,9 +103,6 @@ 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 * } }