diff options
Diffstat (limited to 'compiler-rt/lib/profile')
| -rw-r--r-- | compiler-rt/lib/profile/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c (renamed from compiler-rt/lib/profile/InstrProfilingDarwin.c) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/profile/InstrProfilingPlatformOther.c (renamed from compiler-rt/lib/profile/InstrProfilingDefault.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/profile/CMakeLists.txt b/compiler-rt/lib/profile/CMakeLists.txt index e0e816d2cbe..7de9c5e4b9b 100644 --- a/compiler-rt/lib/profile/CMakeLists.txt +++ b/compiler-rt/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/compiler-rt/lib/profile/InstrProfilingDarwin.c b/compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c index de388ee5ebd..de388ee5ebd 100644 --- a/compiler-rt/lib/profile/InstrProfilingDarwin.c +++ b/compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c diff --git a/compiler-rt/lib/profile/InstrProfilingDefault.c b/compiler-rt/lib/profile/InstrProfilingPlatformOther.c index d39f39f3718..d39f39f3718 100644 --- a/compiler-rt/lib/profile/InstrProfilingDefault.c +++ b/compiler-rt/lib/profile/InstrProfilingPlatformOther.c |

