Skip to content

Commit

Permalink
Install libprofile_rt.dylib where it's more available for gcov support.
Browse files Browse the repository at this point in the history
<rdar://problem/9583891>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132860 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
isanbard committed Jun 10, 2011
1 parent 33b4658 commit a1f21e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ endif
ifeq ($(MAKECMDGOALS),install-clang)
DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
tools/clang/runtime tools/clang/docs \
tools/lto
tools/lto runtime
OPTIONAL_DIRS :=
NO_INSTALL = 1
endif
Expand All @@ -83,7 +83,7 @@ ifeq ($(MAKECMDGOALS),install-clang-c)
endif

ifeq ($(MAKECMDGOALS),clang-only)
DIRS := $(filter-out tools runtime docs unittests, $(DIRS)) \
DIRS := $(filter-out tools docs unittests, $(DIRS)) \
tools/clang tools/lto
OPTIONAL_DIRS :=
endif
Expand Down

0 comments on commit a1f21e6

Please sign in to comment.