[llvm-commits] [llvm] r37858 - in /llvm/trunk/examples: BFtoLLVM/ Makefile
Owen Anderson
resistor at mac.com
Tue Jul 3 14:36:47 PDT 2007
Author: resistor
Date: Tue Jul 3 16:36:47 2007
New Revision: 37858
URL: http://llvm.org/viewvc/llvm-project?rev=37858&view=rev
Log:
Remove BFtoLLVM. It was old, and a poor example because it didn't use best practices for making
a LLVM frontend in C++. Maybe someday it will be rewritten..
Removed:
llvm/trunk/examples/BFtoLLVM/
Modified:
llvm/trunk/examples/Makefile
Modified: llvm/trunk/examples/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Makefile?rev=37858&r1=37857&r2=37858&view=diff
==============================================================================
--- llvm/trunk/examples/Makefile (original)
+++ llvm/trunk/examples/Makefile Tue Jul 3 16:36:47 2007
@@ -10,7 +10,7 @@
include $(LEVEL)/Makefile.config
-PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
+PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker
ifeq ($(HAVE_PTHREAD),1)
PARALLEL_DIRS += ParallelJIT
More information about the llvm-commits
mailing list