[Orc] Re-enable the RPC unit test disabled in r286917.
authorLang Hames <lhames@gmail.com>
Wed, 16 Nov 2016 17:31:09 +0000 (17:31 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 16 Nov 2016 17:31:09 +0000 (17:31 +0000)
commitd47588986e102d022f5cc92fdb2b16b5554830ca
treec4903ddb9b1412714849dc24644ebfd8bb3122e5
parent76f429b4dbc90906d85f5d5e42cf14e310459a91
[Orc] Re-enable the RPC unit test disabled in r286917.

This unit test infinite-looped on s390x due to a thread_yield being optimized
out. I've updated the QueueChannel class (where thread_yield was called) to use
a condition variable instead. This should cause the unit test to behave
correctly.

llvm-svn: 287121
llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp