Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 109bff1f1656e87933f7650f9a77dedeb0c8688c Author: Joseph Huber <huberjn@outlook.com> Date: Sat Aug 31 07:07:42 2024 -0500 [libcxx] Do not include `langinfo.h` when using the LLVM C library (#106634) Summary: The `langinfo.h` header is a POSIX extension, so ideally we would be able to build the C++ library without it. Currently the LLVM C library doesn't support / provide it. This allows us to build the C++ library with locales enabled. We can either disable it here, or just provide stubs that do nothing as in https://github.com/llvm/llvm-project/pull/106620. |