This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[g]make test and building with Clang
- From: Ed Maste <emaste at freebsd dot org>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: binutils <binutils at sourceware dot org>
- Date: Mon, 9 Feb 2015 16:55:36 -0500
- Subject: [g]make test and building with Clang
- Authentication-results: sourceware.org; auth=none
On 9 February 2015 at 16:45, H.J. Lu <hjl.tools@gmail.com> wrote:
>
> But I got many "make check" failures on master branch on
> Linux/x86-64:
Ah, this might just be due to my inexperience with the binutils test
suite - it seems that it stopped after reporting the gas failure.
After working around that I see failures in ld similar to what you
report:
FAIL: bootstrap
FAIL: bootstrap with strip
FAIL: bootstrap with --traditional-format
FAIL: bootstrap with --no-keep-memory
FAIL: bootstrap with --relax
...
=== ld Summary ===
# of expected passes 107
# of unexpected failures 5
# of expected failures 1
# of untested testcases 1
# of unsupported tests 16
(and no gold etc. tests were run).