summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-17 00:36:57 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-17 00:36:57 +0000
commitf471487ff1e673531543576bc170898c2ab19f41 (patch)
tree409c13c546ec7eefbb3795b33781b3e1a4bad88f /runtime
parent643ffaa3a2cf619c048305680bda1a337ed4b7bd (diff)
downloadclang-f471487ff1e673531543576bc170898c2ab19f41.tar.gz
clang-f471487ff1e673531543576bc170898c2ab19f41.tar.bz2
clang-f471487ff1e673531543576bc170898c2ab19f41.tar.xz
clang/Darwin: Use the compiler-rt provided profile library.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144869 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/compiler-rt/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/compiler-rt/Makefile b/runtime/compiler-rt/Makefile
index 8963c393f3..bba8fb3048 100644
--- a/runtime/compiler-rt/Makefile
+++ b/runtime/compiler-rt/Makefile
@@ -76,7 +76,9 @@ ifeq ($(shell test -d $(COMPILERRT_SRC_ROOT) && echo OK),OK)
RuntimeDirs :=
ifeq ($(OS),Darwin)
RuntimeDirs += darwin
-RuntimeLibrary.darwin.Configs := eprintf 10.4 osx ios cc_kext
+RuntimeLibrary.darwin.Configs := \
+ eprintf 10.4 osx ios cc_kext \
+ profile_osx profile_ios
# On Darwin, fake Clang into using the iOS assembler (since compiler-rt wants to
# build ARM bits).