[PATCH] D13389: [lit] Raise the default soft process limit when possible

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 10:39:52 PDT 2015


chandlerc accepted this revision.
chandlerc added a comment.
This revision is now accepted and ready to land.

LGTM, but it looks like your comments are weirdly indented (see below). Submit whenever.


================
Comment at: utils/lit/lit/run.py:231-234
@@ -230,1 +230,6 @@
 
+	# Because some tests use threads internally, and at least on Linux each
+	# of these threads counts toward the current process limit, try to
+	# raise the (soft) process limit so that tests don't fail due to
+	# resource exhaustion.
+        try:
----------------
The comment is weirdly indented here...


http://reviews.llvm.org/D13389





More information about the llvm-commits mailing list