[compiler-rt] 96c8024 - Rename `tsan/race_range_pc.cc` to `test/tsan/race_range_pc.cpp`.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 09:49:38 PST 2019


Author: Dan Liew
Date: 2019-12-03T09:49:25-08:00
New Revision: 96c8024e2eb05278206b1eb59208bad0f3c68f2e

URL: https://github.com/llvm/llvm-project/commit/96c8024e2eb05278206b1eb59208bad0f3c68f2e
DIFF: https://github.com/llvm/llvm-project/commit/96c8024e2eb05278206b1eb59208bad0f3c68f2e.diff

LOG: Rename `tsan/race_range_pc.cc` to `test/tsan/race_range_pc.cpp`.

The old suffix was preventing it from being executed by default.

Added: 
    compiler-rt/test/tsan/race_range_pc.cpp

Modified: 
    

Removed: 
    compiler-rt/test/tsan/race_range_pc.cc


################################################################################
diff  --git a/compiler-rt/test/tsan/race_range_pc.cc b/compiler-rt/test/tsan/race_range_pc.cpp
similarity index 100%
rename from compiler-rt/test/tsan/race_range_pc.cc
rename to compiler-rt/test/tsan/race_range_pc.cpp


        


More information about the llvm-commits mailing list