[llvm-commits] CVS: llvm-test/Makefile.rules

Lauro Ramos Venancio lauro.venancio at gmail.com
Thu May 3 09:56:38 PDT 2007



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.
 #






More information about the llvm-commits mailing list