[all-commits] [llvm/llvm-project] 9c434b: [libc++] Only include <setjmp.h> from the C librar...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Feb 23 12:47:42 PST 2024
Branch: refs/heads/release/18.x
Home: https://github.com/llvm/llvm-project
Commit: 9c434b47332a7e4128e5bedba44e4de18eadd564
https://github.com/llvm/llvm-project/commit/9c434b47332a7e4128e5bedba44e4de18eadd564
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M libcxx/include/csetjmp
Log Message:
-----------
[libc++] Only include <setjmp.h> from the C library if it exists (#81887)
In 2cea1babefbb, we removed the <setjmp.h> header provided by libc++. However, we did not conditionally include the underlying <setjmp.h>
header only if the C library provides one, which we otherwise do consistently (see e.g. 647ddc08f43c).
rdar://122978778
(cherry picked from commit d8278b682386f51dfba204849c624672a3df40c7)
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