[all-commits] [llvm/llvm-project] bef39e: [libc++][C++03] Don't run cstdalign.compile.pass.c...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Thu Oct 16 00:30:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bef39e6b5c3d6be221f63b5c308507b8ae9cc702
https://github.com/llvm/llvm-project/commit/bef39e6b5c3d6be221f63b5c308507b8ae9cc702
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M libcxx/test/std/language.support/support.runtime/cstdalign.compile.pass.cpp
Log Message:
-----------
[libc++][C++03] Don't run cstdalign.compile.pass.cpp (#163357)
`__alignas_is_defined` and `__alignof_is_defined` are a C++11 feature
which we only recently added. I don't think it will break anybody if we
don't provide these macros in C++03, so this simply disable the test
instead.
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