summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/stats
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/stats')
-rw-r--r--compiler-rt/lib/stats/CMakeLists.txt4
-rw-r--r--compiler-rt/lib/stats/stats.cpp (renamed from compiler-rt/lib/stats/stats.cc)2
-rw-r--r--compiler-rt/lib/stats/stats_client.cpp (renamed from compiler-rt/lib/stats/stats_client.cc)2
3 files changed, 4 insertions, 4 deletions
diff --git a/compiler-rt/lib/stats/CMakeLists.txt b/compiler-rt/lib/stats/CMakeLists.txt
index 23c80843195..af58e2533b8 100644
--- a/compiler-rt/lib/stats/CMakeLists.txt
+++ b/compiler-rt/lib/stats/CMakeLists.txt
@@ -24,7 +24,7 @@ add_compiler_rt_runtime(clang_rt.stats
${STATS_LIB_FLAVOR}
ARCHS ${SANITIZER_COMMON_SUPPORTED_ARCH}
OS ${SANITIZER_COMMON_SUPPORTED_OS}
- SOURCES stats.cc
+ SOURCES stats.cpp
ADDITIONAL_HEADERS ${STATS_HEADERS}
OBJECT_LIBS RTSanitizerCommon
RTSanitizerCommonLibc
@@ -38,7 +38,7 @@ add_compiler_rt_runtime(clang_rt.stats_client
STATIC
ARCHS ${SANITIZER_COMMON_SUPPORTED_ARCH}
OS ${SANITIZER_COMMON_SUPPORTED_OS}
- SOURCES stats_client.cc
+ SOURCES stats_client.cpp
ADDITIONAL_HEADERS ${STATS_HEADERS}
CFLAGS ${SANITIZER_COMMON_CFLAGS}
LINK_FLAGS ${WEAK_SYMBOL_LINK_FLAGS}
diff --git a/compiler-rt/lib/stats/stats.cc b/compiler-rt/lib/stats/stats.cpp
index 8d4a115d1ae..da254fdb5a5 100644
--- a/compiler-rt/lib/stats/stats.cc
+++ b/compiler-rt/lib/stats/stats.cpp
@@ -1,4 +1,4 @@
-//===-- stats.cc ----------------------------------------------------------===//
+//===-- stats.cpp ---------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/compiler-rt/lib/stats/stats_client.cc b/compiler-rt/lib/stats/stats_client.cpp
index 0790f57372f..52eab8eea07 100644
--- a/compiler-rt/lib/stats/stats_client.cc
+++ b/compiler-rt/lib/stats/stats_client.cpp
@@ -1,4 +1,4 @@
-//===-- stats_client.cc ---------------------------------------------------===//
+//===-- stats_client.cpp --------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
OpenPOWER on IntegriCloud