[compiler-rt] [TSan] Clarify and enforce shadow end alignment (PR #144648)
Kunqiu Chen via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 24 00:49:50 PDT 2025
================
@@ -0,0 +1,32 @@
+// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
----------------
Camsyn wrote:
I submitted the testcase and fix together in several PRs before, so I did the same this time.
But your suggestion is really a better practice, and I have put forward a separate PR #145472. :)
After that PR is merged, I will rebase this PR.
https://github.com/llvm/llvm-project/pull/144648
More information about the llvm-commits
mailing list