diff options
-rw-r--r-- | tools/llvmc/ConfigLexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvmc/ConfigLexer.h b/tools/llvmc/ConfigLexer.h index acd4f987c8..e11c6e1353 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% |