compiler-rt: Rename .cc file in lib/tsan/{benchmarks,dd,go} to .cpp
authorNico Weber <nicolasweber@gmx.de>
Thu, 1 Aug 2019 14:30:49 +0000 (14:30 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 1 Aug 2019 14:30:49 +0000 (14:30 +0000)
commitd11b16e1fef5886c73a7a6701b6e0264ae6b44d4
treee0384876dda4548a3bf6c3e93114203543ae99f0
parent5de29a4b0e5af8cae312e01c95d24cfe0e1c51c3
compiler-rt: Rename .cc file in lib/tsan/{benchmarks,dd,go} to .cpp

Like r367463, but for tsan/{benchmarks,dd,go}.

The files benchmarks aren't referenced in the build anywhere and where added
in 2012 with the comment "no Makefiles yet".

llvm-svn: 367567
12 files changed:
compiler-rt/lib/tsan/benchmarks/func_entry_exit.cpp [moved from compiler-rt/lib/tsan/benchmarks/func_entry_exit.cc with 100% similarity]
compiler-rt/lib/tsan/benchmarks/mini_bench_local.cpp [moved from compiler-rt/lib/tsan/benchmarks/mini_bench_local.cc with 100% similarity]
compiler-rt/lib/tsan/benchmarks/mini_bench_shared.cpp [moved from compiler-rt/lib/tsan/benchmarks/mini_bench_shared.cc with 100% similarity]
compiler-rt/lib/tsan/benchmarks/mop.cpp [moved from compiler-rt/lib/tsan/benchmarks/mop.cc with 100% similarity]
compiler-rt/lib/tsan/benchmarks/start_many_threads.cpp [moved from compiler-rt/lib/tsan/benchmarks/start_many_threads.cc with 100% similarity]
compiler-rt/lib/tsan/benchmarks/vts_many_threads_bench.cpp [moved from compiler-rt/lib/tsan/benchmarks/vts_many_threads_bench.cc with 100% similarity]
compiler-rt/lib/tsan/dd/CMakeLists.txt
compiler-rt/lib/tsan/dd/dd_interceptors.cpp [moved from compiler-rt/lib/tsan/dd/dd_interceptors.cc with 99% similarity]
compiler-rt/lib/tsan/dd/dd_rtl.cpp [moved from compiler-rt/lib/tsan/dd/dd_rtl.cc with 98% similarity]
compiler-rt/lib/tsan/go/build.bat
compiler-rt/lib/tsan/go/buildgo.sh
compiler-rt/lib/tsan/go/tsan_go.cpp [moved from compiler-rt/lib/tsan/go/tsan_go.cc with 99% similarity]