[Openmp-commits] [PATCH] D79944: [OpenMP] Fix for https://bugs.llvm.org/show_bug.cgi?id=45904.
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue May 19 12:37:08 PDT 2020
jdoerfert added a comment.
In D79944#2044461 <https://reviews.llvm.org/D79944#2044461>, @protze.joachim wrote:
> I guess my question was: can lit and the build bots deal with such deadlock? Do they employ timeouts?
> Or is there some commonly used mechanism of timeout, which we need to include in the runtime?
The bots deal with this as we accidentally run into endless loops in the compiler more often than one would think ;)
I guess lit itself will just hang, maybe there is a timeout option builtin or you can manually wrap it in a timeout script if you need to.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79944/new/
https://reviews.llvm.org/D79944
More information about the Openmp-commits
mailing list