[all-commits] [llvm/llvm-project] e9b2a2: [nsan] Swap alignas and visibility order (NFC) (#9...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jul 17 02:36:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9b2a25e90fb7fe47936f65b434e4ebe24773349
https://github.com/llvm/llvm-project/commit/e9b2a25e90fb7fe47936f65b434e4ebe24773349
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-07-17 (Wed, 17 Jul 2024)
Changed paths:
M compiler-rt/lib/nsan/nsan.cpp
Log Message:
-----------
[nsan] Swap alignas and visibility order (NFC) (#98933)
Use `alignas(16) SANITIZER_INTERFACE_ATTRIBUTE` instead of
`SANITIZER_INTERFACE_ATTRIBUTE alignas(16)`, as the former is not
supported prior to clang 16. See https://clang.godbolt.org/z/Wj1193xWK.
This was broken by https://github.com/llvm/llvm-project/pull/96142 as
part of other style changes.
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