Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc++] Only include <setjmp.h> from the C library if it exists (llv…
…m#81887) In 2cea1ba, 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. 647ddc0). rdar://122978778 (cherry picked from commit d8278b6)
- Loading branch information