| commit | d10d3795f737ca8a0f602e8a442728d301e65378 | [log] [tgz] |
|---|---|---|
| author | Frederic Riss <friss@apple.com> | Fri May 11 18:21:11 2018 +0000 |
| committer | Frederic Riss <friss@apple.com> | Fri May 11 18:21:11 2018 +0000 |
| tree | 48bfd332e4b87f99a6d443d656f3d16b4763bc1a | |
| parent | 5fb6437012ce6020a86ff4dfdae56306fea8d80a [diff] |
Add a lock to PlatformPOSIX::DoLoadImage Summary: Multiple threads could be calling into DoLoadImage concurrently, only one should be allowed to create the UtilityFunction. Reviewers: jingham Subscribers: emaste, lldb-commits Differential Revision: https://reviews.llvm.org/D46733 llvm-svn: 332115