[llvm-commits] [test-suite] r67832 - /test-suite/trunk/Makefile.rules

Gabor Greif ggreif at gmail.com
Fri Mar 27 04:23:07 PDT 2009


On Mar 27, 10:42 am, Duncan Sands <baldr... at free.fr> wrote:
> Author: baldrick
> Date: Fri Mar 27 04:42:23 2009
> New Revision: 67832
>
> URL:http://llvm.org/viewvc/llvm-project?rev=67832&view=rev
> Log:
> Match the LLVM name.
>
> Modified:
>     test-suite/trunk/Makefile.rules
>
> Modified: test-suite/trunk/Makefile.rules
> URL:http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.rules?r...
>
> ==============================================================================
> --- test-suite/trunk/Makefile.rules (original)
> +++ test-suite/trunk/Makefile.rules Fri Mar 27 04:42:23 2009
> @@ -151,7 +151,7 @@
>  # If ENABLE_ASSERTIONS=1 is specified (make command line or configured),
>  # then adjust the CONFIGURATION name appropriately (to match LLVM makefiles)
>  ifeq ($(DISABLE_ASSERTIONS),1)
> -  CONFIGURATION := $(CONFIGURATION)-Asserts
> +  CONFIGURATION := $(CONFIGURATION)-NoAsserts
>  endif


Hi Duncan,

this change has some ugly implications.

For example there are many svn:ignore properties
on test directories that must be changed.

Btw. Release-Asserts is (was) intended to mean
Release build minus (less) Asserts. But I guess this
is know to you...

Cheers,

    Gabor


>
>  # If ENABLE_EXPENSIVE_CHECKS=1 is specified (make command line or
>
> _______________________________________________
> llvm-commits mailing list
> llvm-comm... at cs.uiuc.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list