summaryrefslogtreecommitdiff
path: root/tools/llvmc
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-22 18:02:41 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-22 18:02:41 +0000
commitc0e9bec9fc000584947045800239b3fb0f44bc84 (patch)
tree3ea56a5215ce270ac370600619d11db8d1a70657 /tools/llvmc
parent1df71210fe677d58d2b7c1d96a8f353290bc3d6b (diff)
downloadllvm-c0e9bec9fc000584947045800239b3fb0f44bc84.tar.gz
llvm-c0e9bec9fc000584947045800239b3fb0f44bc84.tar.bz2
llvm-c0e9bec9fc000584947045800239b3fb0f44bc84.tar.xz
Add the VERSION token.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15994 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc')
-rw-r--r--tools/llvmc/ConfigLexer.h1
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();