summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-09-12 18:24:00 +0000
committerChris Lattner <sabre@nondot.org>2007-09-12 18:24:00 +0000
commitbef8e0b0a7afe602ddf09165ff4dbb8fa5f696a9 (patch)
tree9a11138b3fd17b1b812d75b34d3e8a4f9972aabc /examples/Makefile
parent36597a5ddb11d9f84638a8e1e8cfa28292eeced0 (diff)
downloadllvm-bef8e0b0a7afe602ddf09165ff4dbb8fa5f696a9.tar.gz
llvm-bef8e0b0a7afe602ddf09165ff4dbb8fa5f696a9.tar.bz2
llvm-bef8e0b0a7afe602ddf09165ff4dbb8fa5f696a9.tar.xz
add a new BF->LLVM translator, contributed by Sterling Stein.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41881 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 d96f66cdaf..4251ab39c5 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -10,7 +10,7 @@ LEVEL=..
include $(LEVEL)/Makefile.config
-PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker
+PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT ModuleMaker
ifeq ($(HAVE_PTHREAD),1)
PARALLEL_DIRS += ParallelJIT