[llvm-dev] LibC++ failure on ARM

Renato Golin via llvm-dev llvm-dev at lists.llvm.org
Mon Jul 11 07:39:25 PDT 2016


On 11 July 2016 at 15:30, Craig, Ben <ben.craig at codeaurora.org> wrote:
> What C library is being used?  Maybe newlocale with the empty string returns
> NULL with that C library.

(Ubuntu EGLIBC 2.19-0ubuntu6.3)

This is the exact same machine in the exact same configuration that we
were using for the old builder, just changed the master configuration.


> My suspicion is that the test is failing in the test block starting at line
> 48, where a std::locale is constructed with the empty string.

Why would it be breaking now and not before?

cheers,
--renato


More information about the llvm-dev mailing list