Re-enable libprofile now that llvm-ar is working better.
llvm-svn: 19523
This commit is contained in:
parent
3676cd6fe2
commit
9df352d469
|
|
@ -11,7 +11,7 @@ LEVEL = ..
|
|||
include $(LEVEL)/Makefile.config
|
||||
|
||||
ifneq ($(wildcard $(LLVMGCCDIR)),)
|
||||
PARALLEL_DIRS := GCCLibraries libdummy libtrace GC
|
||||
PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace GC
|
||||
else
|
||||
PARALLEL_DIRS :=
|
||||
install all ::
|
||||
|
|
|
|||
Loading…
Reference in New Issue