[PATCH] D46068: Rename sancov.cc to sancov.cpp

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 10:31:31 PDT 2018


rnk accepted this revision.
rnk added a subscriber: dberris.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm

The sanitizer parts of compiler-rt use .cc, which is probably why this uses .cc. At least the sanitizer files are self-consistent and don't mix with most of LLVM.

BTW, llvm-xray uses .cc as well. (@dberris)


https://reviews.llvm.org/D46068





More information about the llvm-commits mailing list