[all-commits] [llvm/llvm-project] 0b2b87: [libc] Fix path to fcntl_overlay in cmake (#114464)

Michael Jones via All-commits all-commits at lists.llvm.org
Thu Oct 31 14:03:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b2b87bf3435b4a72f4d1253cd640364e62c7b20
      https://github.com/llvm/llvm-project/commit/0b2b87bf3435b4a72f4d1253cd640364e62c7b20
  Author: Michael Jones <michaelrj at google.com>
  Date:   2024-10-31 (Thu, 31 Oct 2024)

  Changed paths:
    M libc/hdr/types/CMakeLists.txt

  Log Message:
  -----------
  [libc] Fix path to fcntl_overlay in cmake (#114464)

The proxy header definition for mode_t was using an incorrect form for
its dependency on fcntl_overlay. The relative paths for dependencies can
only go down, not up so "../" doesn't work. This patch fixes it to be
absolute.



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