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

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 18:39:15 PDT 2018


dberris added a comment.

In https://reviews.llvm.org/D46068#1078372, @rnk wrote:

> 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)


Whoops. Yes, we should change that as well.


https://reviews.llvm.org/D46068





More information about the llvm-commits mailing list