[llvm-dev] Multithreading and RegisterHandlers
Viacheslav Nikolaev via llvm-dev
llvm-dev at lists.llvm.org
Fri Dec 2 01:03:46 PST 2016
There was an issue reported a while ago
http://lists.llvm.org/pipermail/llvm-dev/2014-February/070692.html
but it is still not adressed. RegisterHandlers() is not thread safe and
isn't called under locks for Unix...
Is there any reason why RegisterHandlers() shouldn't be put under the
scoped locks used before the invocations of the function?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161202/ff1d49e4/attachment.html>
More information about the llvm-dev
mailing list