summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-04-12 20:47:23 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-04-12 20:47:23 +0000
commit9f85634bd2fccd2f366b7ce9048f6c9f95ebba18 (patch)
tree87b38662e0f248791b7f62c52e01ba0f0f8bb113 /examples/Makefile
parentde9b4c4a7f772ec1afe45160240ba567a52067d3 (diff)
downloadllvm-9f85634bd2fccd2f366b7ce9048f6c9f95ebba18.tar.gz
llvm-9f85634bd2fccd2f366b7ce9048f6c9f95ebba18.tar.bz2
llvm-9f85634bd2fccd2f366b7ce9048f6c9f95ebba18.tar.xz
Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice
if an API change causes it to be out of date. The code is copied out of LangImpl7.html. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68912 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 39118f7ed1..eb5dabdcb1 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -10,7 +10,7 @@ LEVEL=..
include $(LEVEL)/Makefile.config
-PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT ModuleMaker
+PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker
ifeq ($(HAVE_PTHREAD),1)
PARALLEL_DIRS += ParallelJIT