[llvm-bugs] [Bug 23781] cmake: race condition between different sphinx targets

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Oct 3 23:14:01 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=23781

Michał Górny <mgorny at gentoo.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Michał Górny <mgorny at gentoo.org> ---
commit 40960f63616f62c8ac52eeeddf68bdb441b8be3e
Author: Michal Gorny <mgorny at gentoo.org>
Date:   Tue Oct 4 08:09:14 2016

    [cmake] Use separate doctrees to prevent races between Sphinx instances

    Use separate doctrees between different Sphinx builders in order to
    prevent race condition issues due to multiple Sphinx instances accessing
    the same doctree cache in parallel.

    Bug: https://llvm.org/bugs/show_bug.cgi?id=23781

    Differential Revision: https://reviews.llvm.org/D23755

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161004/10181669/attachment-0001.html>


More information about the llvm-bugs mailing list