| commit | 74eb76f6c31e13551269f711cfccceca92b45783 | [log] [tgz] |
|---|---|---|
| author | Alex Langford <apl@fb.com> | Wed May 22 23:01:18 2019 +0000 |
| committer | Alex Langford <apl@fb.com> | Wed May 22 23:01:18 2019 +0000 |
| tree | d4e34f47f8e192c3af31768cb42085791be95d11 | |
| parent | a98a4fb57f5e038da58de2e0d9f663d6a4c73e50 [diff] |
[Target] Protect Processes' language runtimes map with a mutex Summary: From what I understand, it's possible for multiple threads to request a specific language runtime (e.g. CPPLanguageRuntime). This leads to a data race. Reviewers: jingham, JDevlieghere, compnerd, clayborg Differential Revision: https://reviews.llvm.org/D62169 llvm-svn: 361442