[all-commits] [llvm/llvm-project] 67198d: [libc] Fix wrapper headers for `at_quick_exit` on...
Dominik Adamski via All-commits
all-commits at lists.llvm.org
Fri Nov 7 10:37:04 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67198d1997cfb88f73e3db540011cc67cf083f1c
https://github.com/llvm/llvm-project/commit/67198d1997cfb88f73e3db540011cc67cf083f1c
Author: Dominik Adamski <dominik.adamski at amd.com>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M clang/lib/Headers/llvm_libc_wrappers/stdlib.h
Log Message:
-----------
[libc] Fix wrapper headers for `at_quick_exit` on GLIBC for C++11 (#166960)
Eliminate compilation error related to missing exception specification
'noexcept(true)' for at_quick_exit function in C++11.
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