Add lto into the list of PARALLEL_DIRS

llvm-svn: 30154
This commit is contained in:
Devang Patel 2006-09-07 20:21:58 +00:00
parent 5b3510abd3
commit 12ee0cbde4
1 changed files with 2 additions and 1 deletions

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