[all-commits] [llvm/llvm-project] 5b2fc2: [sanitizer_common][AIX] Use scoped pragma to suppr...
Jake Egan via All-commits
all-commits at lists.llvm.org
Mon May 12 13:32:50 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b2fc2bfb9b8ccc4e3cded7c998c31438d7be5fb
https://github.com/llvm/llvm-project/commit/5b2fc2bfb9b8ccc4e3cded7c998c31438d7be5fb
Author: Jake Egan <Jake.egan at ibm.com>
Date: 2025-05-12 (Mon, 12 May 2025)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang.h
Log Message:
-----------
[sanitizer_common][AIX] Use scoped pragma to suppress atomic alignment warnings (#139272)
Have the warning suppression apply only to the code that is currently
affected. The suppression is guarded via preprocessor conditions to
cases where it is tested and known to be needed.
Issue: https://github.com/llvm/llvm-project/issues/138916
Co-authored-by: Hubert Tong <hubert.reinterpretcast at gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list