[compiler-rt] Adding new lines (PR #66815)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 19 13:18:03 PDT 2023
https://github.com/kstoimenov created https://github.com/llvm/llvm-project/pull/66815
None
>From 0557ff5b346c2f93f956a9173df32e46cab856c0 Mon Sep 17 00:00:00 2001
From: Kirill Stoimenov <kstoimenov at google.com>
Date: Tue, 19 Sep 2023 20:16:52 +0000
Subject: [PATCH] First line added
---
compiler-rt/lib/lsan/lsan_common.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler-rt/lib/lsan/lsan_common.cpp b/compiler-rt/lib/lsan/lsan_common.cpp
index 8b1af5b629fbce1..71d48200c6f3b03 100644
--- a/compiler-rt/lib/lsan/lsan_common.cpp
+++ b/compiler-rt/lib/lsan/lsan_common.cpp
@@ -759,7 +759,7 @@ static bool PrintResults(LeakReport &report) {
static bool CheckForLeaks() {
if (&__lsan_is_turned_off && __lsan_is_turned_off()) {
- VReport(1, "LeakSanitizer is disabled");
+ VReport(1, "LeakSanitizer is disabled\n");
return false;
}
VReport(1, "LeakSanitizer: checking for leaks");
More information about the llvm-commits
mailing list