1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Install libprofile_rt.dylib where it's more available for gcov support.

<rdar://problem/9583891>

llvm-svn: 132860
This commit is contained in:
Bill Wendling 2011-06-10 21:47:14 +00:00
parent 58fdae0c51
commit 9d6c2c7a40

View File

@ -69,7 +69,7 @@ endif
ifeq ($(MAKECMDGOALS),install-clang) ifeq ($(MAKECMDGOALS),install-clang)
DIRS := tools/clang/tools/driver tools/clang/lib/Headers \ DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
tools/clang/runtime tools/clang/docs \ tools/clang/runtime tools/clang/docs \
tools/lto tools/lto runtime
OPTIONAL_DIRS := OPTIONAL_DIRS :=
NO_INSTALL = 1 NO_INSTALL = 1
endif endif
@ -83,7 +83,7 @@ ifeq ($(MAKECMDGOALS),install-clang-c)
endif endif
ifeq ($(MAKECMDGOALS),clang-only) ifeq ($(MAKECMDGOALS),clang-only)
DIRS := $(filter-out tools runtime docs unittests, $(DIRS)) \ DIRS := $(filter-out tools docs unittests, $(DIRS)) \
tools/clang tools/lto tools/clang tools/lto
OPTIONAL_DIRS := OPTIONAL_DIRS :=
endif endif