Clang now builds world and kernel, on i386 and amd64

Dimitry Andric dim at FreeBSD.org
Wed Sep 29 06:43:26 UTC 2010


On 2010-09-29 02:28, Derek Tattersall wrote:
> A test shell script using mktemp (1) works fine on current built with
> clang today.  The clang case produces a filename with all "A"'s rather
> than the random letters expected.

I cannot reproduce this on a system compiled entirely with clang:

$ mktemp foo.XXXXXX
foo.MyUM5k
$ mktemp foo.XXXXXX
foo.YidMeT
$ mktemp foo.XXXXXX
foo.L27Cfz
$ mktemp foo.XXXXXX
foo.k3haLx

... and so on.  Can you post that test script, please?


More information about the freebsd-current mailing list