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 | c51d334912082759d072a5e8aaed67c18c5bdc76 (patch) | |
| tree | 679b058f71bd0418490dece07f954bd375191c1a | |
| parent | 0f62e4c42832861a3161302ce8cbbfbafd4eebf6 (diff) | |
| download | bcm5719-llvm-c51d334912082759d072a5e8aaed67c18c5bdc76.tar.gz bcm5719-llvm-c51d334912082759d072a5e8aaed67c18c5bdc76.zip | |
Install libprofile_rt.dylib where it's more available for gcov support.
<rdar://problem/9583891>
llvm-svn: 132860
| -rw-r--r-- | llvm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile b/llvm/Makefile index 7dad07b6f05..88e63e9c024 100644 --- a/llvm/Makefile +++ b/llvm/Makefile @@ -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 |

