summaryrefslogtreecommitdiffstats
path: root/compiler-rt/make/platform
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-03-21 18:29:15 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-03-21 18:29:15 +0000
commitbe0a5e176b6cadae34b14a7efac7eae2d918cfb6 (patch)
tree585c0ec1ada6e845167029fa5ec7e388a0bc22c7 /compiler-rt/make/platform
parent24b4b6533925e6dbd0faef7976c7f794499e0ec6 (diff)
downloadbcm5719-llvm-be0a5e176b6cadae34b14a7efac7eae2d918cfb6.tar.gz
bcm5719-llvm-be0a5e176b6cadae34b14a7efac7eae2d918cfb6.zip
InstrProf: Reorganize files; no functionality change
Move functions around to prepare for some other changes. - Merge InstrProfilingExtras.h with InstrProfiling.h. There's no benefit to having these split. - Rename InstrProfilingExtras.c to InstrProfilingFile.c. - Split actual buffer writing code out of InstrProfiling.c into InstrProfilingBuffer.c. - Drive-by corrections of a couple of header comments. <rdar://problem/15943240> llvm-svn: 204497
Diffstat (limited to 'compiler-rt/make/platform')
-rw-r--r--compiler-rt/make/platform/clang_darwin.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/make/platform/clang_darwin.mk b/compiler-rt/make/platform/clang_darwin.mk
index 2fdf051bce9..32803afc4c6 100644
--- a/compiler-rt/make/platform/clang_darwin.mk
+++ b/compiler-rt/make/platform/clang_darwin.mk
@@ -222,9 +222,9 @@ FUNCTIONS.ios.x86_64h := $(FUNCTIONS.ios.x86_64)
FUNCTIONS.osx := mulosi4 mulodi4 muloti4
-FUNCTIONS.profile_osx := GCDAProfiling InstrProfiling \
- InstrProfilingPlatformDarwin InstrProfilingRuntime \
- InstrProfilingExtras
+FUNCTIONS.profile_osx := GCDAProfiling InstrProfiling InstrProfilingBuffer \
+ InstrProfilingFile InstrProfilingPlatformDarwin \
+ InstrProfilingRuntime
FUNCTIONS.profile_ios := $(FUNCTIONS.profile_osx)
FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(InterceptionFunctions) \
OpenPOWER on IntegriCloud