Index: compiler-rt/lib/profile/CMakeLists.txt =================================================================== --- compiler-rt/lib/profile/CMakeLists.txt +++ compiler-rt/lib/profile/CMakeLists.txt @@ -58,8 +58,8 @@ InstrProfilingMergeFile.c InstrProfilingNameVar.c InstrProfilingWriter.c - InstrProfilingPlatformDarwin.c - InstrProfilingPlatformLinux.c + InstrProfilingPlatformELF.c + InstrProfilingPlatformMachO.c InstrProfilingPlatformOther.c InstrProfilingRuntime.cc InstrProfilingUtil.c) Index: compiler-rt/lib/profile/InstrProfilingPlatformELF.c =================================================================== --- compiler-rt/lib/profile/InstrProfilingPlatformELF.c +++ compiler-rt/lib/profile/InstrProfilingPlatformELF.c @@ -1,4 +1,4 @@ -/*===- InstrProfilingPlatformLinux.c - Profile data Linux platform ------===*\ +/*===- InstrProfilingPlatformELF.c - Profile data for ELF platform --------===*\ |* |* The LLVM Compiler Infrastructure |* Index: compiler-rt/lib/profile/InstrProfilingPlatformMachO.c =================================================================== --- compiler-rt/lib/profile/InstrProfilingPlatformMachO.c +++ compiler-rt/lib/profile/InstrProfilingPlatformMachO.c @@ -1,4 +1,4 @@ -/*===- InstrProfilingPlatformDarwin.c - Profile data on Darwin ------------===*\ +/*===- InstrProfilingPlatformMachO.c - Profile data for MachO platform ----===*\ |* |* The LLVM Compiler Infrastructure |*