aboutsummaryrefslogtreecommitdiff
path: root/lib/libclang_rt/profile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-01-27 20:46:26 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-01-27 20:46:26 +0000
commit0af133f6f118d27da0c0bebce8a8ece56d47417d (patch)
treed0f1d843b115ddf299e5168242be3fc4cda6175a /lib/libclang_rt/profile
parent8bc12a7e288befe8c8b73b693ef562bf6aac81f3 (diff)
Notes
Diffstat (limited to 'lib/libclang_rt/profile')
-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 62c6e6b14a49..7c2fe3c9c133 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