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
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: [
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
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
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
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)