[llvm-branch-commits] [compiler-rt] [nfc][tsan] Better name for locking functions (PR #96598)

Vitaly Buka via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jun 24 23:47:12 PDT 2024


https://github.com/vitalybuka updated https://github.com/llvm/llvm-project/pull/96598

>From 083f5789adbb2e0b509d6614660e79130a8834df Mon Sep 17 00:00:00 2001
From: Vitaly Buka <vitalybuka at google.com>
Date: Mon, 24 Jun 2024 23:47:02 -0700
Subject: [PATCH] rebase

Created using spr 1.3.4
---
 compiler-rt/lib/asan/asan_interceptors.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-rt/lib/asan/asan_interceptors.cpp b/compiler-rt/lib/asan/asan_interceptors.cpp
index cb2fcfb5a3517..f8f86a766b204 100644
--- a/compiler-rt/lib/asan/asan_interceptors.cpp
+++ b/compiler-rt/lib/asan/asan_interceptors.cpp
@@ -334,7 +334,7 @@ INTERCEPTOR(int, pthread_timedjoin_np, void *thread, void **ret,
 #    endif
 
 DEFINE_INTERNAL_PTHREAD_FUNCTIONS
-#  endif  // ASAN_INTERCEPT_PTHREAD_CREATE
+#endif  // ASAN_INTERCEPT_PTHREAD_CREATE
 
 #if ASAN_INTERCEPT_SWAPCONTEXT
 static void ClearShadowMemoryForContextStack(uptr stack, uptr ssize) {



More information about the llvm-branch-commits mailing list