forked from OSchip/llvm-project
Reenable library now that the loopsimplify bug is fixed
llvm-svn: 12891
This commit is contained in:
parent
89e959bb1f
commit
34fba8eb00
|
@ -12,7 +12,7 @@ LEVEL = ..
|
|||
include $(LEVEL)/Makefile.config
|
||||
|
||||
ifneq ($(wildcard $(LLVMGCCDIR)),)
|
||||
PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace libpng
|
||||
PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace libpng zlib
|
||||
else
|
||||
PARALLEL_DIRS :=
|
||||
install all ::
|
||||
|
|
Loading…
Reference in New Issue