diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-06-10 21:47:14 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-06-10 21:47:14 +0000 |
commit | a1f21e69c4d3c658975ff4dc914ea6f2ccdaeaa0 (patch) | |
tree | 74585059702c938a6e69dc031f92951777603e40 /Makefile | |
parent | 33b465877255cc75241216817247c61374958a36 (diff) |
Install libprofile_rt.dylib where it's more available for gcov support.
<rdar://problem/9583891>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |