mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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
This commit is contained in:
parent
33b4658772
commit
a1f21e69c4
4
Makefile
4
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user