[PATCH] D63377: [ORC] Avoid Race in Assertions
Praveen velliengiri via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 21:13:30 PDT 2019
pree-jackie added a comment.
I think it's more of an race condition than a data race. I will write a test case and check whether TSan can catch it. But the idea here is createJITDylib and getJITdylibByName must be executed by the same thread,
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63377/new/
https://reviews.llvm.org/D63377
More information about the llvm-commits
mailing list