[llvm] r367460 - compiler-rt: Rename .cc file in lib/profile to .cpp

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 11:21:08 PDT 2019


Author: nico
Date: Wed Jul 31 11:21:08 2019
New Revision: 367460

URL: http://llvm.org/viewvc/llvm-project?rev=367460&view=rev
Log:
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" :)

Modified:
    llvm/trunk/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn

Modified: llvm/trunk/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn?rev=367460&r1=367459&r2=367460&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn Wed Jul 31 11:21:08 2019
@@ -41,7 +41,7 @@ static_library("profile") {
     "InstrProfilingPlatformOther.c",
     "InstrProfilingPlatformWindows.c",
     "InstrProfilingPort.h",
-    "InstrProfilingRuntime.cc",
+    "InstrProfilingRuntime.cpp",
     "InstrProfilingUtil.c",
     "InstrProfilingUtil.h",
     "InstrProfilingValue.c",




More information about the llvm-commits mailing list