summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit851b32386620aed60aa52ea411e054289f14908d (patch)
treec38f0686576f54daedffe53d62c4aebbc656378d /llvm/examples
parentd6d980044ec659be09eb24850cb233d470f86326 (diff)
downloadbcm5719-llvm-851b32386620aed60aa52ea411e054289f14908d.tar.gz
bcm5719-llvm-851b32386620aed60aa52ea411e054289f14908d.zip
Removed TracingBrainF from examples Makefile.
llvm-svn: 113970
Diffstat (limited to 'llvm/examples')
-rw-r--r--llvm/examples/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/examples/Makefile b/llvm/examples/Makefile
index bc09b8e0473..50a6db76aa2 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 \
- TracingBrainF
+PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker
ifeq ($(HAVE_PTHREAD),1)
PARALLEL_DIRS += ParallelJIT
OpenPOWER on IntegriCloud