From 048670229e8040a6ea9e6cb87cf9a107c8d858cc Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 31 Jul 2019 18:21:08 +0000 Subject: [PATCH] compiler-rt: Rename .cc file in lib/profile to .cpp See https://reviews.llvm.org/D58620 for discussion. Note how the comment in the file already said ".cpp" :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367460 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn b/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn index 136d3c2d1b3..ab6ffe6a86c 100644 --- a/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn +++ b/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn @@ -41,7 +41,7 @@ static_library("profile") { "InstrProfilingPlatformOther.c", "InstrProfilingPlatformWindows.c", "InstrProfilingPort.h", - "InstrProfilingRuntime.cc", + "InstrProfilingRuntime.cpp", "InstrProfilingUtil.c", "InstrProfilingUtil.h", "InstrProfilingValue.c", -- 2.40.0