[libcxx-commits] [libcxx] [libc++] Only include <setjmp.h> from the C library if it exists (PR #81887)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 15 09:50:52 PST 2024


ldionne wrote:

This broke some code downstream and we think this could have a negative impact on freestanding users (who are most likely not to have a `setjmp.h` header around), so I'm planning to backport this to LLVM 18.

https://github.com/llvm/llvm-project/pull/81887


More information about the libcxx-commits mailing list