summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/ConfigLexer.h
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
commit38203721623db4cecce05378658cf96308f22a5d (patch)
tree9825f4aa3404f766398cfb3fc218b1d72496e6f2 /llvm/tools/llvmc/ConfigLexer.h
parenta318822db262f427145fd7d0ad89314ae3063aa8 (diff)
downloadbcm5719-llvm-38203721623db4cecce05378658cf96308f22a5d.tar.gz
bcm5719-llvm-38203721623db4cecce05378658cf96308f22a5d.zip
Add the VERSION token.
llvm-svn: 15994
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