From: Reid Spencer Date: Tue, 23 Nov 2004 23:35:50 +0000 (+0000) Subject: SPACE is a legitimate token now, to separate option words. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c0f376dba2b51aacf06cfefbc1c46120bb8b725d;p=oota-llvm.git SPACE is a legitimate token now, to separate option words. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18183 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/ConfigLexer.h b/tools/llvmc/ConfigLexer.h index acd4f987c8b..e11c6e13534 100644 --- a/tools/llvmc/ConfigLexer.h +++ b/tools/llvmc/ConfigLexer.h @@ -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%