Drop the address space limit for tests in the makefile build.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 9 Dec 2012 10:34:22 +0000 (10:34 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 9 Dec 2012 10:34:22 +0000 (10:34 +0000)
commit054ab17c17d782187b63e01f21b4d9f3e85067d6
tree215e86751946781b6b781c0ac81903edf9c021fd
parented72cdc010dcd3926fc71c561d298f56c6720eb6
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.

llvm-svn: 169695
llvm/test/Makefile