Skip to content

Commit

Permalink
Removed TracingBrainF from examples Makefile.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113970 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Garrison Venn committed Sep 15, 2010
1 parent 1397fdc commit 161b4c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 161b4c4

Please sign in to comment.