projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1397fdc
)
Removed TracingBrainF from examples Makefile.
author
Garrison Venn
<gvenn.cfe.dev@gmail.com>
Wed, 15 Sep 2010 14:55:32 +0000
(14:55 +0000)
committer
Garrison Venn
<gvenn.cfe.dev@gmail.com>
Wed, 15 Sep 2010 14:55:32 +0000
(14:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113970
91177308
-0d34-0410-b5e6-
96231b3b80d8
examples/Makefile
patch
|
blob
|
history
diff --git
a/examples/Makefile
b/examples/Makefile
index bc09b8e0473bd04a25fc6ddf90845abb142faef2..50a6db76aa2551a9510e78c1545e9491ebc437cd 100644
(file)
--- 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