[llvm-commits] CVS: llvm/examples/Makefile
Reid Spencer
rspencer at reidspencer.com
Tue Mar 6 09:19:43 PST 2007
On Tue, 2007-03-06 at 01:30 -0600, Chris Lattner wrote:
>
> Changes in directory llvm/examples:
>
> Makefile updated: 1.8 -> 1.9
> ---
> Log message:
>
> temporarily disable this until Reid has a chance to fix it.
What's wrong with it?
>
>
> ---
> Diffs of the changes: (+2 -2)
>
> Makefile | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
>
> Index: llvm/examples/Makefile
> diff -u llvm/examples/Makefile:1.8 llvm/examples/Makefile:1.9
> --- llvm/examples/Makefile:1.8 Thu Nov 30 18:37:14 2006
> +++ llvm/examples/Makefile Tue Mar 6 01:30:03 2007
> @@ -10,10 +10,10 @@
>
> include $(LEVEL)/Makefile.config
>
> -PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
> +#PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
>
> ifeq ($(HAVE_PTHREAD),1)
> -PARALLEL_DIRS += ParallelJIT
> +#PARALLEL_DIRS += ParallelJIT
> endif
>
> include $(LEVEL)/Makefile.common
>
>
>
> _______________________________________________
> 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