From fce44378a53afead6d463dc04fd0b0775868b19c Mon Sep 17 00:00:00 2001 From: Lighting Artist Date: Thu, 7 Aug 2025 15:56:04 +0800 Subject: [PATCH] test for build Signed-off-by: Lighting Artist --- README.md | 2 +- compiler-rt/lib/lsan/lsan_common.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a3f4e6fd076..8e0b043b9381 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The LLVM Compiler Infrastructure +# The LLVM Compiler Infrastructure This directory and its sub-directories contain the source code for LLVM, a toolkit for the construction of highly optimized compilers, diff --git a/compiler-rt/lib/lsan/lsan_common.cpp b/compiler-rt/lib/lsan/lsan_common.cpp index fd9b6e6c5c8e..3c6fe07ad702 100644 --- a/compiler-rt/lib/lsan/lsan_common.cpp +++ b/compiler-rt/lib/lsan/lsan_common.cpp @@ -26,7 +26,7 @@ #include "sanitizer_common/sanitizer_tls_get_addr.h" #if CAN_SANITIZE_LEAKS -namespace __lsan { +namespace __lsan { // This mutex is used to prevent races between DoLeakCheck and IgnoreObject, and // also to protect the global list of root regions. -- Gitee