mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-05 18:49:06 +00:00
[sancov] typo fix
llvm-svn: 263849
This commit is contained in:
parent
2207353346
commit
7f7cca15ea
@ -1049,8 +1049,8 @@ public:
|
||||
}
|
||||
|
||||
void printReport(raw_ostream &OS) const {
|
||||
auto Title = std::string(llvm::sys::path::filename(MainObjFile) +
|
||||
" Coverage Report");
|
||||
auto Title =
|
||||
(llvm::sys::path::filename(MainObjFile) + " Coverage Report").str();
|
||||
|
||||
OS << "<html>\n";
|
||||
OS << "<head>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user