summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-03-20 18:43:09 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-03-20 18:43:09 +0000
commit4bf72cf3f5f753ff76d06aa38fef14b9aefb083f (patch)
tree30ae59ebe4b16552072f3ffb7e452d089e26c7bc /make
parentf2728220f6897fff6c545879c138fb890792cc42 (diff)
PGO: Moving files for clarity
<rdar://problem/15943240> git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@204373 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make')
-rw-r--r--make/platform/clang_darwin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index f4676e01a..0feb55341 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -223,7 +223,7 @@ FUNCTIONS.ios.x86_64h := $(FUNCTIONS.ios.x86_64)
FUNCTIONS.osx := mulosi4 mulodi4 muloti4
FUNCTIONS.profile_osx := GCDAProfiling InstrProfiling \
- InstrProfilingDarwin InstrProfilingExtras
+ InstrProfilingPlatformDarwin InstrProfilingExtras
FUNCTIONS.profile_ios := $(FUNCTIONS.profile_osx)
FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(InterceptionFunctions) \