[llvm-commits] [llvm] r113970 - /llvm/trunk/examples/Makefile

Garrison Venn gvenn.cfe.dev at gmail.com
Wed Sep 15 07:55:32 PDT 2010


Author: gvenn
Date: Wed Sep 15 09:55:32 2010
New Revision: 113970

URL: http://llvm.org/viewvc/llvm-project?rev=113970&view=rev
Log:
Removed TracingBrainF from examples Makefile.


Modified:
    llvm/trunk/examples/Makefile

Modified: llvm/trunk/examples/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Makefile?rev=113970&r1=113969&r2=113970&view=diff
==============================================================================
--- llvm/trunk/examples/Makefile (original)
+++ llvm/trunk/examples/Makefile Wed Sep 15 09:55:32 2010
@@ -10,8 +10,7 @@
 
 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





More information about the llvm-commits mailing list