[compiler-rt] First new line - PR (PR #66808)

via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 13:03:47 PDT 2023


https://github.com/kstoimenov created https://github.com/llvm/llvm-project/pull/66808

None

>From 7133e304273fee87b85e3d7624b2c8ad8e093315 Mon Sep 17 00:00:00 2001
From: Kirill Stoimenov <kstoimenov at google.com>
Date: Tue, 19 Sep 2023 20:02:44 +0000
Subject: [PATCH] First new line.

---
 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