]> granicus.if.org Git - llvm/commitdiff
compiler-rt: Rename .cc file in lib/profile to .cpp
authorNico Weber <nicolasweber@gmx.de>
Wed, 31 Jul 2019 18:21:08 +0000 (18:21 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 31 Jul 2019 18:21:08 +0000 (18:21 +0000)
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

index 136d3c2d1b320e7792e127af9478ba6b2c5959bd..ab6ffe6a86ccd94520ec91a97c6ed1c7fef2e4ea 100644 (file)
@@ -41,7 +41,7 @@ static_library("profile") {
     "InstrProfilingPlatformOther.c",
     "InstrProfilingPlatformWindows.c",
     "InstrProfilingPort.h",
-    "InstrProfilingRuntime.cc",
+    "InstrProfilingRuntime.cpp",
     "InstrProfilingUtil.c",
     "InstrProfilingUtil.h",
     "InstrProfilingValue.c",