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

Chris Lattner clattner at apple.com
Thu May 3 10:44:16 PDT 2007


> Implement SMALL_PROBLEM_SIZE.

Cool!

-Chris



>
> ---
> 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 at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list