Build the llvm-stub directory

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13938 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-06-01 23:49:55 +00:00
parent 4c6d124efa
commit 0ed1f38ea6

View File

@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL := ..
PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \
analyze extract bugpoint llvm-nm llvm-prof llvm-db llvm-ar
include $(LEVEL)/Makefile.common