diff options
-rw-r--r-- | tools/llvmc/ConfigLexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvmc/ConfigLexer.h b/tools/llvmc/ConfigLexer.h index 78fc30b8b4..e54c66632a 100644 --- a/tools/llvmc/ConfigLexer.h +++ b/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(); |