[llvm-commits] [llvm] r132860 - /llvm/trunk/Makefile
Bill Wendling
isanbard at gmail.com
Fri Jun 10 14:47:14 PDT 2011
Author: void
Date: Fri Jun 10 16:47:14 2011
New Revision: 132860
URL: http://llvm.org/viewvc/llvm-project?rev=132860&view=rev
Log:
Install libprofile_rt.dylib where it's more available for gcov support.
<rdar://problem/9583891>
Modified:
llvm/trunk/Makefile
Modified: llvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile?rev=132860&r1=132859&r2=132860&view=diff
==============================================================================
--- llvm/trunk/Makefile (original)
+++ llvm/trunk/Makefile Fri Jun 10 16:47:14 2011
@@ -69,7 +69,7 @@
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 @@
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
More information about the llvm-commits
mailing list