[compiler-rt] [TSan] Clarify and enforce shadow end alignment (PR #144648)

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 23 10:34:24 PDT 2025


================
@@ -0,0 +1,32 @@
+// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
----------------
thurstond wrote:

I'm not saying it was unfixed. My suggestion is that, as a general rule, new test cases should be introduced in their own pull request (unless it is tied to a new API).

https://github.com/llvm/llvm-project/pull/144648


More information about the llvm-commits mailing list