summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/ConfigLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvmc/ConfigLexer.h')
-rw-r--r--llvm/tools/llvmc/ConfigLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvmc/ConfigLexer.h b/llvm/tools/llvmc/ConfigLexer.h
index 78fc30b8b4a..e54c66632a4 100644
--- a/llvm/tools/llvmc/ConfigLexer.h
+++ b/llvm/tools/llvmc/ConfigLexer.h
@@ -82,6 +82,7 @@ enum ConfigLexerTokens {
OPT3, ///< The item "opt3" (and case variants)
OPT4, ///< The item "opt4" (and case variants)
OPT5, ///< The item "opt5" (and case variants)
+ VERSION, ///< The item "version" (and case variants)
};
extern ConfigLexerTokens Configlex();
OpenPOWER on IntegriCloud