summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-23 23:35:50 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-23 23:35:50 +0000
commit513587fbe66e5e7cc35bd34396d440b5504bd32c (patch)
treed8e10a903574decc9d3d9faea167b5d9b6ab2201 /llvm/tools
parent6a0d9b99dfb571c2b1766f727574303202b6c9ee (diff)
downloadbcm5719-llvm-513587fbe66e5e7cc35bd34396d440b5504bd32c.tar.gz
bcm5719-llvm-513587fbe66e5e7cc35bd34396d440b5504bd32c.zip
SPACE is a legitimate token now, to separate option words.
llvm-svn: 18183
Diffstat (limited to 'llvm/tools')
-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 acd4f987c8b..e11c6e13534 100644
--- a/llvm/tools/llvmc/ConfigLexer.h
+++ b/llvm/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%
OpenPOWER on IntegriCloud