Enabling LTO building on Darwin only right now. This probably should be

removed after 'PIC vs non-PIC' problem solution

llvm-svn: 30192
This commit is contained in:
Anton Korobeynikov 2006-09-08 18:00:43 +00:00
parent 20146be5e8
commit c63a56537f

View File

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