summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorErick Tryzelaar <idadesub@users.sourceforge.net>2010-03-08 20:07:32 +0000
committerErick Tryzelaar <idadesub@users.sourceforge.net>2010-03-08 20:07:32 +0000
commitdc7e85fec6ca6286a2bb88ca280a5bb096af187b (patch)
tree43bc4a9a522e3858cb1ce26ceb6c628f37105df9 /llvm
parent953838d0d5168495dcb751cb113c0d3b51520a6d (diff)
downloadbcm5719-llvm-dc7e85fec6ca6286a2bb88ca280a5bb096af187b.tar.gz
bcm5719-llvm-dc7e85fec6ca6286a2bb88ca280a5bb096af187b.zip
Don't always run the ocaml kaleidoscope tutorials.
llvm-svn: 97973
Diffstat (limited to 'llvm')
-rw-r--r--llvm/examples/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/llvm/examples/Makefile b/llvm/examples/Makefile
index 162a94e7a7f..5594c05fa3a 100644
--- a/llvm/examples/Makefile
+++ b/llvm/examples/Makefile
@@ -10,8 +10,7 @@ LEVEL=..
include $(LEVEL)/Makefile.config
-PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker \
- OCaml-Kaleidoscope
+PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker
ifeq ($(HAVE_PTHREAD),1)
PARALLEL_DIRS += ParallelJIT
@@ -26,4 +25,8 @@ ifeq ($(LLVM_ON_UNIX),1)
endif
endif
+ifeq ($(filter $(BINDINGS_TO_BUILD),ocaml),ocaml)
+ PARALLEL_DIRS += OCaml-Kaleidoscope
+endif
+
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud