mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Disable libprofile as llvm-ar bus errors on it, and I don't want to break
the nightly testers. llvm-svn: 18960
This commit is contained in:
parent
5c60a89777
commit
689c9cf79a
@ -11,7 +11,7 @@ LEVEL = ..
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
ifneq ($(wildcard $(LLVMGCCDIR)),)
|
||||
PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace GC
|
||||
PARALLEL_DIRS := GCCLibraries libdummy libtrace GC
|
||||
else
|
||||
PARALLEL_DIRS :=
|
||||
install all ::
|
||||
|
Loading…
Reference in New Issue
Block a user