[libcxx-commits] [libcxx] [libcxx] Fix build for glibc < 2.27 (PR #121893)

Jannik Glückert via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 7 07:15:31 PST 2025


Jannik2099 wrote:

> FWIW, the original change also breaks building chromium against a debian bullseye sysroot

bullseye is glibc 2.31, and as already noticed in the link, the symbol is present in your libc. I think this is due to your linker scripts / wrapper and needs to be fixed on the chromium end?

On that note a heads up, you'll possibly want to add `copy_file_range` to chromium's seccomp whitelist

https://github.com/llvm/llvm-project/pull/121893


More information about the libcxx-commits mailing list