summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/profile/CMakeLists.txt4
-rw-r--r--lib/profile/InstrProfilingPlatformDarwin.c (renamed from lib/profile/InstrProfilingDarwin.c)0
-rw-r--r--lib/profile/InstrProfilingPlatformOther.c (renamed from lib/profile/InstrProfilingDefault.c)0
-rw-r--r--make/platform/clang_darwin.mk2
4 files changed, 3 insertions, 3 deletions
diff --git a/lib/profile/CMakeLists.txt b/lib/profile/CMakeLists.txt
index e0e816d2c..7de9c5e4b 100644
--- a/lib/profile/CMakeLists.txt
+++ b/lib/profile/CMakeLists.txt
@@ -6,7 +6,7 @@ if(APPLE)
set(PROFILE_SOURCES
GCDAProfiling.c
InstrProfiling.c
- InstrProfilingDarwin.c
+ InstrProfilingPlatformDarwin.c
InstrProfilingExtras.c)
add_compiler_rt_osx_static_runtime(clang_rt.profile_osx
@@ -17,7 +17,7 @@ else()
set(PROFILE_SOURCES
GCDAProfiling.c
InstrProfiling.c
- InstrProfilingDefault.c
+ InstrProfilingPlatformOther.c
InstrProfilingExtras.c)
foreach(arch ${PROFILE_SUPPORTED_ARCH})
diff --git a/lib/profile/InstrProfilingDarwin.c b/lib/profile/InstrProfilingPlatformDarwin.c
index de388ee5e..de388ee5e 100644
--- a/lib/profile/InstrProfilingDarwin.c
+++ b/lib/profile/InstrProfilingPlatformDarwin.c
diff --git a/lib/profile/InstrProfilingDefault.c b/lib/profile/InstrProfilingPlatformOther.c
index d39f39f37..d39f39f37 100644
--- a/lib/profile/InstrProfilingDefault.c
+++ b/lib/profile/InstrProfilingPlatformOther.c
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) \