[all-commits] [llvm/llvm-project] d8278b: [libc++] Only include <setjmp.h> from the C librar...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Feb 16 13:45:12 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d8278b682386f51dfba204849c624672a3df40c7
      https://github.com/llvm/llvm-project/commit/d8278b682386f51dfba204849c624672a3df40c7
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2024-02-16 (Fri, 16 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



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