[all-commits] [llvm/llvm-project] baf35d: [libc] Fix bug in LIBC_CONF_ERRNO_MODE being undef...
William Huynh via All-commits
all-commits at lists.llvm.org
Thu Jun 19 11:50:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: baf35d7a829efb9688dc0aef6d1e161ef6bc5983
https://github.com/llvm/llvm-project/commit/baf35d7a829efb9688dc0aef6d1e161ef6bc5983
Author: William Huynh <William.Huynh at arm.com>
Date: 2025-06-19 (Thu, 19 Jun 2025)
Changed paths:
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
Log Message:
-----------
[libc] Fix bug in LIBC_CONF_ERRNO_MODE being undefined (#144896)
A typo, set() instead of list() would cause the build to not define
LIBC_CONF_ERRNO_MODE, which would cause the wrong configuration to be
used.
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