[all-commits] [llvm/llvm-project] b101c3: [libc++] Remove conditional for attributes that ar...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Wed Feb 12 04:49:21 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b101c35bc76b569793028dadd4e7faf08bee6952
https://github.com/llvm/llvm-project/commit/b101c35bc76b569793028dadd4e7faf08bee6952
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-02-12 (Wed, 12 Feb 2025)
Changed paths:
M libcxx/include/__config
Log Message:
-----------
[libc++] Remove conditional for attributes that are always available (#126879)
These attributes are available in all supported compilers, so the
`#else` case of the conditional is dead code.
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