[llvm-commits] CVS: llvm/tools/llvmc/ConfigLexer.h

Reid Spencer reid at x10sys.com
Tue Nov 23 15:36:01 PST 2004



Changes in directory llvm/tools/llvmc:

ConfigLexer.h updated: 1.10 -> 1.11
---
Log message:

SPACE is a legitimate token now, to separate option words.


---
Diffs of the changes:  (+1 -0)

Index: llvm/tools/llvmc/ConfigLexer.h
diff -u llvm/tools/llvmc/ConfigLexer.h:1.10 llvm/tools/llvmc/ConfigLexer.h:1.11
--- llvm/tools/llvmc/ConfigLexer.h:1.10	Wed Oct 27 23:06:15 2004
+++ llvm/tools/llvmc/ConfigLexer.h	Tue Nov 23 17:35:50 2004
@@ -84,6 +84,7 @@
   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%






More information about the llvm-commits mailing list