aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/Types.def
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Driver/Types.def')
-rw-r--r--include/clang/Driver/Types.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Driver/Types.def b/include/clang/Driver/Types.def
index 318c55ad6366..42f0709cf17a 100644
--- a/include/clang/Driver/Types.def
+++ b/include/clang/Driver/Types.def
@@ -30,7 +30,7 @@
// The fourth value is the suffix to use when creating temporary files
// of this type, or null if unspecified.
-// The fifth value is a string containt option flags. Valid values:
+// The fifth value is a string containing option flags. Valid values:
// a - The type should only be assembled.
// p - The type should only be precompiled.
// u - The type can be user specified (with -x).
@@ -80,6 +80,7 @@ TYPE("lto-bc", LTO_BC, INVALID, "o", "")
// Misc.
TYPE("ast", AST, INVALID, "ast", "u")
+TYPE("pcm", ModuleFile, INVALID, "pcm", "u")
TYPE("plist", Plist, INVALID, "plist", "")
TYPE("rewritten-objc", RewrittenObjC,INVALID, "cpp", "")
TYPE("rewritten-legacy-objc", RewrittenLegacyObjC,INVALID, "cpp", "")