summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/Types.def
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2016-08-30 14:12:06 +0000
committerNico Weber <nicolasweber@gmx.de>2016-08-30 14:12:06 +0000
commitb9b3e3d8ba71164c0bfb4854959e20239548eae9 (patch)
tree67804f9626b3fe1552ffd97549191b122cab7db7 /include/clang/Driver/Types.def
parent9efb2c61efdba4e900cc01278ce79c478f7e3f77 (diff)
Revert r280035 (and followups r280057, r280085), it caused PR30195
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280091 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Driver/Types.def')
-rw-r--r--include/clang/Driver/Types.def3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/clang/Driver/Types.def b/include/clang/Driver/Types.def
index 2430b5b924..f2ff194ee6 100644
--- a/include/clang/Driver/Types.def
+++ b/include/clang/Driver/Types.def
@@ -34,7 +34,6 @@
// a - The type should only be assembled.
// p - The type should only be precompiled.
// u - The type can be user specified (with -x).
-// m - Precompiling this type produces a module file.
// A - The type's temporary suffix should be appended when generating
// outputs of this type.
@@ -66,8 +65,6 @@ TYPE("c++-header-cpp-output", PP_CXXHeader, INVALID, "ii", "p")
TYPE("c++-header", CXXHeader, PP_CXXHeader, "hh", "pu")
TYPE("objective-c++-header-cpp-output", PP_ObjCXXHeader, INVALID, "mii", "p")
TYPE("objective-c++-header", ObjCXXHeader, PP_ObjCXXHeader, "h", "pu")
-TYPE("c++-module", CXXModule, PP_CXXModule, "cppm", "mu")
-TYPE("c++-module-cpp-output", PP_CXXModule, INVALID, "iim", "m")
// Other languages.
TYPE("ada", Ada, INVALID, nullptr, "u")