unit tests crashing on x86_64 since r223394
Sahasrabuddhe, Sameer
sameer.sahasrabuddhe at amd.com
Wed Dec 10 19:24:01 PST 2014
On 12/11/2014 12:41 AM, Rafael EspĂndola wrote:
> Than is strange. What do you get from "ld --version"?
GNU gold (GNU Binutils 2.25.51.20141021) 1.11
Sameer.
> On 10 December 2014 at 03:37, Sahasrabuddhe, Sameer
> <sameer.sahasrabuddhe at amd.com> wrote:
>> Hi all,
>>
>> Unit tests have been crashing with all my builds on an x86_64 machine
>> running Ubuntu 14.04.1. A git bisect pointed at the following commit:
>>
>> ------------------------------------------------------------------------
>> r223394 | rafael | 2014-12-05 03:46:08 +0530 (Fri, 05 Dec 2014) | 1 line
>>
>> Also use --icf=safe if we are being linked by gold.
>> ------------------------------------------------------------------------
>>
>> Reverting this commit allows trunk to build correctly with cmake + ninja.
>> Without this fix, trunk shows the following on "ninja check":
>>
>> Expected Passes : 6400
>> Expected Failures : 30
>> Unsupported Tests : 4719
>> Unexpected Failures: 895
>>
>> Sameer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141211/1cc3cf37/attachment.html>
More information about the llvm-commits
mailing list