diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-03-06 07:30:03 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-03-06 07:30:03 +0000 | 
| commit | 70c3c66e38dfe0cf86c46e7d890616a810fbdd4c (patch) | |
| tree | 57f8d305b9f52c60f679347d513be1e1f370a2f4 /llvm/examples | |
| parent | 40872ad0068734e8aaf19859a07fb2d014635f33 (diff) | |
| download | bcm5719-llvm-70c3c66e38dfe0cf86c46e7d890616a810fbdd4c.tar.gz bcm5719-llvm-70c3c66e38dfe0cf86c46e7d890616a810fbdd4c.zip | |
temporarily disable this until Reid has a chance to fix it.
llvm-svn: 34962
Diffstat (limited to 'llvm/examples')
| -rw-r--r-- | llvm/examples/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/llvm/examples/Makefile b/llvm/examples/Makefile index 873c5825abf..3e9ba22349b 100644 --- a/llvm/examples/Makefile +++ b/llvm/examples/Makefile @@ -10,10 +10,10 @@ LEVEL=..  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 | 

