[all-commits] [llvm/llvm-project] 656f61: [tsan] Replace ALIGNED with alignas
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jul 16 10:40:07 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 656f617ac772c54e0bee9d499e7ca232137ddb35
https://github.com/llvm/llvm-project/commit/656f617ac772c54e0bee9d499e7ca232137ddb35
Author: Fangrui Song <i at maskray.me>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_defs.h
M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
M compiler-rt/lib/tsan/rtl/tsan_interface_ann.cpp
M compiler-rt/lib/tsan/rtl/tsan_mman.cpp
M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl.h
M compiler-rt/lib/tsan/rtl/tsan_suppressions.cpp
M compiler-rt/lib/tsan/rtl/tsan_vector_clock.h
Log Message:
-----------
[tsan] Replace ALIGNED with alignas
Similar to #98958.
Pull Request: https://github.com/llvm/llvm-project/pull/98959
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