diff options
author | Owen Anderson <resistor@mac.com> | 2007-07-03 21:36:47 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-07-03 21:36:47 +0000 |
commit | 241c3dac3f15fb15dc37a61bd46e1ac8a97e258d (patch) | |
tree | 38bb338a2b5672788f0635c902857b2032d794db /examples/Makefile | |
parent | 3d6fac3993327bf6b7f84b5714daaa955fe9cb57 (diff) | |
download | external_llvm-241c3dac3f15fb15dc37a61bd46e1ac8a97e258d.zip external_llvm-241c3dac3f15fb15dc37a61bd46e1ac8a97e258d.tar.gz external_llvm-241c3dac3f15fb15dc37a61bd46e1ac8a97e258d.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 873c582..d96f66c 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 |