Changes in directory llvm-test:
Makefile.rules updated: 1.25 -> 1.26 --- Log message: Implement SMALL_PROBLEM_SIZE. --- Diffs of the changes: (+4 -0) Makefile.rules | 4 ++++ 1 files changed, 4 insertions(+) Index: llvm-test/Makefile.rules diff -u llvm-test/Makefile.rules:1.25 llvm-test/Makefile.rules:1.26 --- llvm-test/Makefile.rules:1.25 Thu Feb 8 21:43:45 2007 +++ llvm-test/Makefile.rules Thu May 3 11:55:46 2007 @@ -344,6 +344,10 @@ TARGET_FLAGS += $(EXTRA_OPTIONS) endif +ifdef SMALL_PROBLEM_SIZE +CPPFLAGS += -DSMALL_PROBLEM_SIZE +endif + # # Compile commands with libtool. # _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits