I've now completed builds of sed-4.3.p2 with
CC=clang LDFLAGS=--rtlib=compiler-rt
I have 68 builds where that did the trick, and another 12 where the
failure rate was low enough to allow sed to be installed (though I did
not do those installs).
However, I also have 23 builds where the ab
Paul Eggert writes today about the missing __muloti4() in clang builds
on numerous platforms:
>> Thanks, this turns out to be LLVM bug 16404, an unfixed bug I wish I'd
>> known. I installed the attached patches to Gnulib to stop using
>> integer-overflow builtins on Clang, which should work around
On 01/05/2017 04:18 PM, Nelson H. F. Beebe wrote:
> test-localename.c:(.text+0x6a): undefined reference to `uselocale'
Thanks, I installed the attached Gnulib patch, which should work around
that problem.
From d428145d71f26d67b2713d0adc8405f5388cdda2 Mon Sep 17 00:00:00 2001
From: Paul Egge
On 01/05/2017 04:18 PM, Nelson H. F. Beebe wrote:
> I want to report a clang
> issue that showed up on surprisingly many platforms, and with multiple
> versions of clang, but not with all clangs on all platforms: linking
> with lib/xmalloc.o produces this report:
>
> lib/libsed.a(xmalloc.o):