Changes in directory llvm:

Makefile.rules updated: 1.417 -> 1.418
---
Log message:

Remove the find_rule label from the output of flex. This will break any
use of the REJECT macro but we don't use it. This just hushes up a warning
in the presence of -Wno-unused.


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

 Makefile.rules |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.417 llvm/Makefile.rules:1.418
--- llvm/Makefile.rules:1.417   Sat Dec 30 10:31:02 2006
+++ llvm/Makefile.rules Wed Jan  3 13:56:14 2007
@@ -1264,6 +1264,7 @@
        $(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

Reply via email to