diff options
| author | Rui Ueyama <ruiu@google.com> | 2019-04-17 02:12:47 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2019-04-17 02:12:47 +0000 |
| commit | 5081e41bdae2eb14a3f3eb8810263f9fea8fc7c1 (patch) | |
| tree | 29bfe969bcf97418b484837249b0beaca4f93ef9 /llvm/lib/Transforms | |
| parent | a86343512845c9c1fdbac865fea88aa5fce7142a (diff) | |
| download | bcm5719-llvm-5081e41bdae2eb14a3f3eb8810263f9fea8fc7c1.tar.gz bcm5719-llvm-5081e41bdae2eb14a3f3eb8810263f9fea8fc7c1.zip | |
Fix a crash bug caused by a nested call of parallelForEach.
parallelForEach is not reentrant. We use parallelForEach to call
each section's writeTo(), so calling the same function within writeTo()
is not safe.
Fixes https://bugs.llvm.org/show_bug.cgi?id=41508
Differential Revision: https://reviews.llvm.org/D60757
llvm-svn: 358547
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions

