aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2017-04-13 05:23:50 +0000
committerLang Hames <lhames@gmail.com>2017-04-13 05:23:50 +0000
commit7d3aaedc13c01178e5981015a77966625720a44b (patch)
tree878e8e02539d35c57f8294e8741635ee3f13fee1 /llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
parent068655911eb7a194f3b803029306f368125b9342 (diff)
downloadllvm-7d3aaedc13c01178e5981015a77966625720a44b.zip
llvm-7d3aaedc13c01178e5981015a77966625720a44b.tar.gz
llvm-7d3aaedc13c01178e5981015a77966625720a44b.tar.bz2
[Orc] Fix bool serialization for RawByteChannels.
The bool type may be larger than the char type, so assuming we can cast from bool to char and write a byte out to the stream is unsafe. Hopefully this will get RPCUtilsTest.ReturnExpectedFailure passing on the bots. llvm-svn: 300174
Diffstat (limited to 'llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp')
0 files changed, 0 insertions, 0 deletions