Changes in directory llvm:
Makefile.rules updated: 1.418 -> 1.419 --- Log message: Don't remove the find_rule label from FLEX output. It is needed by some versions of FLEX even through we don't use REJECT. Thanks to Jeff Cohen for tracking this down. --- Diffs of the changes: (+0 -1) Makefile.rules | 1 - 1 files changed, 1 deletion(-) Index: llvm/Makefile.rules diff -u llvm/Makefile.rules:1.418 llvm/Makefile.rules:1.419 --- llvm/Makefile.rules:1.418 Wed Jan 3 13:56:14 2007 +++ llvm/Makefile.rules Thu Jan 11 15:40:25 2007 @@ -1264,7 +1264,6 @@ $(Verb) $(FLEX) -t $(PROJ_SRC_DIR)/$*.l | \ $(SED) 's/void yyunput/inline void yyunput/' | \ $(SED) 's/void \*yy_flex_realloc/inline void *yy_flex_realloc/' | \ - $(SED) 's/^find_rule: \/\* we branch.*//' | \ $(SED) 's/#define YY_BUF_SIZE 16384/#define YY_BUF_SIZE (16384*64)/' \ > $(PROJ_SRC_DIR)/$*.cpp _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits