[all-commits] [llvm/llvm-project] f8b497: [compiler-rt] Work around a warning from -Wgnu-ano...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Dec 17 19:51:42 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8b497ef611ba622970aae26d5e7afc13e92a3d4
https://github.com/llvm/llvm-project/commit/f8b497ef611ba622970aae26d5e7afc13e92a3d4
Author: Kazu Hirata <kazu at google.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
Log Message:
-----------
[compiler-rt] Work around a warning from -Wgnu-anonymous-struct (#120314)
This patch works around:
compiler-rt/lib/tysan/../sanitizer_common/sanitizer_platform_limits_posix.h:604:3:
error: anonymous structs are a GNU extension
[-Werror,-Wgnu-anonymous-struct]
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