summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/Driver/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include/clang/Driver/Options.h')
-rw-r--r--clang/include/clang/Driver/Options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/include/clang/Driver/Options.h b/clang/include/clang/Driver/Options.h
index 28948be96de..cee705deac6 100644
--- a/clang/include/clang/Driver/Options.h
+++ b/clang/include/clang/Driver/Options.h
@@ -30,7 +30,8 @@ enum ClangFlags {
CoreOption = (1 << 8),
CLOption = (1 << 9),
CC1Option = (1 << 10),
- NoDriverOption = (1 << 11)
+ CC1AsOption = (1 << 11),
+ NoDriverOption = (1 << 12)
};
enum ID {
OpenPOWER on IntegriCloud