summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGarrison Venn <gvenn.cfe.dev@gmail.com>2010-09-15 14:55:32 +0000
committerGarrison Venn <gvenn.cfe.dev@gmail.com>2010-09-15 14:55:32 +0000
commit161b4c46a3ab2ab2c4086d6656cf365ae0f49a07 (patch)
treea19f14632e68f153e62cef40ef627edd5a3cd8b4 /examples
parent1397fdc0ab272a6a295149fba0903f65a6d1885e (diff)
downloadllvm-161b4c46a3ab2ab2c4086d6656cf365ae0f49a07.tar.gz
llvm-161b4c46a3ab2ab2c4086d6656cf365ae0f49a07.tar.bz2
llvm-161b4c46a3ab2ab2c4086d6656cf365ae0f49a07.tar.xz
Removed TracingBrainF from examples Makefile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113970 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile
index bc09b8e047..50a6db76aa 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -10,8 +10,7 @@ LEVEL=..
include $(LEVEL)/Makefile.config
-PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker \
- TracingBrainF
+PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker
ifeq ($(HAVE_PTHREAD),1)
PARALLEL_DIRS += ParallelJIT