summaryrefslogtreecommitdiffstats
path: root/include/clang/module.modulemap
diff options
context:
space:
mode:
authorEric Liu <ioeric@google.com>2018-05-30 12:09:58 +0000
committerEric Liu <ioeric@google.com>2018-05-30 12:09:58 +0000
commit170c6a338ffb3d399482e73d6f53f10ec1173a8a (patch)
tree7e89d943404f74c11c36be4f95c4fa9e9c4530d1 /include/clang/module.modulemap
parentf311608c6cbf4e90fa2fb2e2ddbf440e25947edb (diff)
Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""
This reverts commit r333532. Revert for now to fix an internal bot issue. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333534 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/module.modulemap')
-rw-r--r--include/clang/module.modulemap5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/clang/module.modulemap b/include/clang/module.modulemap
index 28df963120..4097ad2dc7 100644
--- a/include/clang/module.modulemap
+++ b/include/clang/module.modulemap
@@ -153,8 +153,3 @@ module Clang_ToolingCore {
requires cplusplus
umbrella "Tooling/Core" module * { export * }
}
-
-module Clang_ToolingInclusions {
- requires cplusplus
- umbrella "Tooling/Inclusions" module * { export * }
-}