mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
SPACE is a legitimate token now, to separate option words.
llvm-svn: 18183
This commit is contained in:
parent
9fa650658b
commit
d4750c9fdf
@ -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%
|
||||
|
Loading…
Reference in New Issue
Block a user