[PATCH] D31614: Simplify test a bit

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 18:37:06 PDT 2017


rnk added a comment.

I thought ulimit was a bash builtin that affects the limits of the shell process. Even if ulimit exists as a separate command, I don't think shelling out to it will affect the parent process. Maybe this is a good place to run `bash -c`?


https://reviews.llvm.org/D31614





More information about the llvm-commits mailing list