1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Rename sancov.cc to sancov.cpp

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

llvm-svn: 330853
This commit is contained in:
Nico Weber 2018-04-25 18:06:23 +00:00
parent 7e969b672e
commit 1357f9d6e9
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.
//===----------------------------------------------------------------------===//