summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-03-19 22:28:32 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-03-19 22:28:32 +0000
commit7f5aeca7ac041b70e1994273ac94745b813cacc6 (patch)
tree6884e97ef539cdacc3911bd37c1a32492f0af88c /make
parentc88e530b0591224669d6d2760448b5dbf4e5d7a2 (diff)
PGO: Appease buildbots after r204268
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@204276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make')
-rw-r--r--make/platform/clang_darwin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index 80e6a19fe..d1822e52d 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -222,8 +222,8 @@ FUNCTIONS.ios.x86_64h := $(FUNCTIONS.ios.x86_64)
FUNCTIONS.osx := mulosi4 mulodi4 muloti4
-FUNCTIONS.profile_osx := GCDAProfiling PGOProfiling
-FUNCTIONS.profile_ios := GCDAProfiling PGOProfiling
+FUNCTIONS.profile_osx := GCDAProfiling InstrProfiling InstrProfilingExtras
+FUNCTIONS.profile_ios := GCDAProfiling InstrProfiling InstrProfilingExtras
FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(InterceptionFunctions) \
$(SanitizerCommonFunctions) \