SPACE is a legitimate token now, to separate option words.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 23 Nov 2004 23:35:50 +0000 (23:35 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 23 Nov 2004 23:35:50 +0000 (23:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18183 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc/ConfigLexer.h

index acd4f987c8b6b9bac5faa357446571f302eb7964..e11c6e135348ed8bd4162c0dd7112f7a8f8e4a98 100644 (file)
@@ -84,6 +84,7 @@ enum ConfigLexerTokens {
   PREPROCESSOR, ///< The name "preprocessor" (and variants)
   REQUIRED,     ///< The name "required" (and variants)
   SEPARATOR,    ///< A configuration item separator
+  SPACE,        ///< Space between options
   STATS_SUBST,  ///< The stats substitution item %stats%
   STRING,       ///< A quoted string
   TARGET_SUBST, ///< The substitition item %target%