You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/server/guides/llvm-sanitizers.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,32 +4,32 @@ layout: page
4
4
title: LLVM TSAN / ASAN
5
5
---
6
6
7
-
For multithreaded and low-level unsafe interfacing server code, the ability to use LLVM's [ThreadSanitizer](https://clang.llvm.org/docs/ThreadSanitizer.html)and
8
-
[AddressSanitizer](https://clang.llvm.org/docs/AddressSanitizer.html)can help troubleshoot invalid thread usage and invalid usage/access of memory.
0 commit comments