Rename sancov.cc to sancov.cpp

LLVM uses cpp as its C++ file ending.
https://reviews.llvm.org/D46068


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330853 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nico Weber
2018-04-25 18:06:23 +00:00
parent 26c891e911
commit 5fc3ea70fc
2 changed files with 2 additions and 3 deletions

View File

@@ -13,5 +13,5 @@ set(LLVM_LINK_COMPONENTS
)
add_llvm_tool(sancov
sancov.cc
sancov.cpp
)

View File

@@ -1,4 +1,4 @@
//===-- sancov.cc --------------------------------------------===//
//===-- sancov.cpp --------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -6,7 +6,6 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file is a command-line tool for reading and analyzing sanitizer
// coverage.
//===----------------------------------------------------------------------===//