summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-10-05 18:05:53 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-10-05 18:05:53 +0000
commit0c50bc4cc26536d9bcff2f06da411a61b090351d (patch)
tree335021cb6dfff3eaa3745ea1be06eaa27fab7110 /examples
parentddc1aaad5c7917c13989de185c977c537abb6e02 (diff)
downloadllvm-0c50bc4cc26536d9bcff2f06da411a61b090351d.tar.gz
llvm-0c50bc4cc26536d9bcff2f06da411a61b090351d.tar.bz2
llvm-0c50bc4cc26536d9bcff2f06da411a61b090351d.tar.xz
Build BFtoLLVM example front-end by default
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16719 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index a2b38821cd..9b66d034a8 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -11,6 +11,6 @@ LEVEL=..
include $(LEVEL)/Makefile.config
#PARALLEL_DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
-PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker
+PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
include $(LEVEL)/Makefile.common