projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb9279a
)
tsan: add missing \n in report
author
Dmitry Vyukov
<dvyukov@google.com>
Thu, 22 Nov 2012 13:38:28 +0000
(13:38 +0000)
committer
Dmitry Vyukov
<dvyukov@google.com>
Thu, 22 Nov 2012 13:38:28 +0000
(13:38 +0000)
llvm-svn: 168496
compiler-rt/lib/tsan/rtl/tsan_report.cc
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/tsan/rtl/tsan_report.cc
b/compiler-rt/lib/tsan/rtl/tsan_report.cc
index
21f1c1e
..
6d8b448
100644
(file)
--- a/
compiler-rt/lib/tsan/rtl/tsan_report.cc
+++ b/
compiler-rt/lib/tsan/rtl/tsan_report.cc
@@
-51,7
+51,7
@@
static void PrintHeader(ReportType typ) {
void PrintStack(const ReportStack *ent) {
if (ent == 0) {
- Printf(" [failed to restore the stack]\n");
+ Printf(" [failed to restore the stack]\n
\n
");
return;
}
for (int i = 0; ent; ent = ent->next, i++) {