Add lto into the list of PARALLEL_DIRS

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30154 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2006-09-07 20:21:58 +00:00
parent bdaf3dc8c3
commit 0300352103

View File

@ -18,6 +18,7 @@ PARALLEL_DIRS := llvm-config \
bugpoint llvm-db llvm-extract \
gccas llvm-bcanalyzer llvm-stub \
gccld llvm2cpp \
llvm-ld llvmc llvm-prof
llvm-ld llvmc llvm-prof \
lto
include $(LEVEL)/Makefile.common