[all-commits] [llvm/llvm-project] 14e20e: [libc] Fix missing default value for errno config ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue Jul 23 13:06:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14e20eebd13c28770a92120696dc60754de4c139
      https://github.com/llvm/llvm-project/commit/14e20eebd13c28770a92120696dc60754de4c139
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-07-23 (Tue, 23 Jul 2024)

  Changed paths:
    M libc/cmake/modules/LibcConfig.cmake
    M libc/config/config.json
    M libc/src/errno/libc_errno.cpp

  Log Message:
  -----------
  [libc] Fix missing default value for errno config (#100175)

Summary:
The configs all need default values which targets then override. This
one was an empty string which made the logic report an error. The only
reason it wasn't a build failure was because of a stray `:`.



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