[compiler-rt] [TSan] Clarify and enforce shadow end alignment (PR #144648)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 24 09:25:57 PDT 2025
================
@@ -0,0 +1,32 @@
+// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
----------------
thurstond wrote:
Thanks!
https://github.com/llvm/llvm-project/pull/144648
More information about the llvm-commits
mailing list