mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01: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:
parent
7e969b672e
commit
1357f9d6e9
@ -13,5 +13,5 @@ set(LLVM_LINK_COMPONENTS
|
||||
)
|
||||
|
||||
add_llvm_tool(sancov
|
||||
sancov.cc
|
||||
sancov.cpp
|
||||
)
|
||||
|
@ -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.
|
||||
//===----------------------------------------------------------------------===//
|
Loading…
x
Reference in New Issue
Block a user