[all-commits] [llvm/llvm-project] cda43e: [libcxx] Fix build for glibc < 2.27 (#121893)
Yi Kong via All-commits
all-commits at lists.llvm.org
Tue Jan 7 12:26:11 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cda43e1ba31346966830c01cd12120d884239128
https://github.com/llvm/llvm-project/commit/cda43e1ba31346966830c01cd12120d884239128
Author: Yi Kong <yikong at google.com>
Date: 2025-01-07 (Tue, 07 Jan 2025)
Changed paths:
M libcxx/src/filesystem/operations.cpp
Log Message:
-----------
[libcxx] Fix build for glibc < 2.27 (#121893)
PR #109211 introduced a build break on systems with glibc < 2.27, since
copy_file_range was only introduced after that version. A version check
is added to prevent this breakage.
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