[llvm-commits] CVS: llvm/examples/Makefile

2007-03-06 Thread Reid Spencer
Changes in directory llvm/examples: Makefile updated: 1.9 -> 1.10 --- Log message: Revert last patch. The examples build now. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/examples/Makefile diff -u llvm/examples/Makef

Re: [llvm-commits] CVS: llvm/examples/Makefile

2007-03-06 Thread Devang Patel
On Mar 6, 2007, at 9:19 AM, Reid Spencer wrote: 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? From: [

Re: [llvm-commits] CVS: llvm/examples/Makefile

2007-03-06 Thread Reid Spencer
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) > > Makefil

[llvm-commits] CVS: llvm/examples/Makefile

2007-03-05 Thread Chris Lattner
Changes in directory llvm/examples: Makefile updated: 1.8 -> 1.9 --- Log message: temporarily disable this until Reid has a chance to fix it. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/examples/Makefile diff -u llv

[llvm-commits] CVS: llvm/examples/Makefile

2006-11-30 Thread Reid Spencer
Changes in directory llvm/examples: Makefile updated: 1.7 -> 1.8 --- Log message: For PR1019: http://llvm.org/PR1019 : Add HAVE_PTHREAD to makefiles with support from configure and use it to determine whether to build examples/ParallelJIT. Patch by Anton Korobeynikov. --- Diffs of the changes

[llvm-commits] CVS: llvm/examples/Makefile

2006-05-31 Thread Reid Spencer
Changes in directory llvm/examples: Makefile updated: 1.6 -> 1.7 --- Log message: Support correct build: 1. Capture the ENABLE_THREADS configure variable in Makefile.config 2. Use ENABLE_THREADS to avoid building ParallelJIT if threads are not present. --- Diffs of the changes: (+5 -2)