]> granicus.if.org Git - llvm/commit
[ORC][RPC] Join server thread before checking condition in unit test.
authorLang Hames <lhames@gmail.com>
Fri, 6 Sep 2019 21:55:43 +0000 (21:55 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 6 Sep 2019 21:55:43 +0000 (21:55 +0000)
commit761cdf8f50ad57523c2e615e9708a839c9a34ebc
tree4800de8534d6bd805594106d34e4946527eaaea5
parentaaff490524e497661820debab4be5146e5065fe6
[ORC][RPC] Join server thread before checking condition in unit test.

Otherwise we have a race on the sent-messages count.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371263 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp