berkus / mclinker

Automatically exported from code.google.com/p/mclinker
Other
0 stars 0 forks source link

"make check" doesn't work on Fedora 17 #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is the same problem as

http://llvm.org/bugs/show_bug.cgi?id=13598

It is fixed in llvm by

commit f81093a826f815596d7db8e93abd71021384c4fd
Author: Benjamin Kramer <benny.kra@googlemail.com>
Date:   Sun Dec 9 10:34:22 2012 +0000

    Drop the address space limit for tests in the makefile build.

    The limit seems to break newer pythons (see PR13598) so just drop it for now.
    Eventually lit should learn to set limits for its children instead of a global
    limit in the makefile.

    If some PPC bots fail after this change: That's a good thing, they actually run
    clang tests now.

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169695 91177308-0d34-0410-b5e6-96231b3b80d8

Original issue reported on code.google.com by hjl.to...@gmail.com on 5 Feb 2013 at 7:16

GoogleCodeExporter commented 9 years ago
It looks good to me. It does not break Mac OS X and ubuntu.

Original comment by LubaTang on 6 Feb 2013 at 3:31

GoogleCodeExporter commented 9 years ago

Original comment by hjl.to...@gmail.com on 6 Feb 2013 at 5:40