summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-07-03 21:36:47 +0000
committerOwen Anderson <resistor@mac.com>2007-07-03 21:36:47 +0000
commit241c3dac3f15fb15dc37a61bd46e1ac8a97e258d (patch)
tree38bb338a2b5672788f0635c902857b2032d794db /examples/Makefile
parent3d6fac3993327bf6b7f84b5714daaa955fe9cb57 (diff)
downloadllvm-241c3dac3f15fb15dc37a61bd46e1ac8a97e258d.tar.gz
llvm-241c3dac3f15fb15dc37a61bd46e1ac8a97e258d.tar.bz2
llvm-241c3dac3f15fb15dc37a61bd46e1ac8a97e258d.tar.xz
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.. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37858 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 873c5825ab..d96f66cdaf 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -10,7 +10,7 @@ LEVEL=..
include $(LEVEL)/Makefile.config
-PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
+PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker
ifeq ($(HAVE_PTHREAD),1)
PARALLEL_DIRS += ParallelJIT