Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
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.
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 510272 2025-12-16T16:40:01 0:00:00
Previous 510090 2025-12-16T16:40:01 0:00:00
Baseline 485288 2025-12-16T16:40:01 0:00:00


Tests Summary

Status Group # # (B)
Total Tests 0

Report Time: 0.17s