aboutsummaryrefslogtreecommitdiff
path: root/lib/libclang_rt/profile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libclang_rt/profile/Makefile')
-rw-r--r--lib/libclang_rt/profile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libclang_rt/profile/Makefile b/lib/libclang_rt/profile/Makefile
index 62c6e6b14a490..7c2fe3c9c133a 100644
--- a/lib/libclang_rt/profile/Makefile
+++ b/lib/libclang_rt/profile/Makefile
@@ -20,7 +20,7 @@ SRCS+= profile/InstrProfilingMergeFile.c
SRCS+= profile/InstrProfilingNameVar.c
SRCS+= profile/InstrProfilingPlatformLinux.c
SRCS+= profile/InstrProfilingPlatformOther.c
-SRCS+= profile/InstrProfilingRuntime.cc
+SRCS+= profile/InstrProfilingRuntime.cpp
SRCS+= profile/InstrProfilingUtil.c
SRCS+= profile/InstrProfilingValue.c
SRCS+= profile/InstrProfilingWriter.c