This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e128ff2 [Orc] Make orcError return an error_code rather than Error. new 456e01a [Orc] Break QueueChannel out into its own header and add a ut [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: unittests/ExecutionEngine/Orc/CMakeLists.txt | 3 +- .../ExecutionEngine/Orc/QueueChannel.cpp | 8 +- unittests/ExecutionEngine/Orc/QueueChannel.h | 145 +++++++++++++++++++++ unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 121 ++++++----------- 4 files changed, 192 insertions(+), 85 deletions(-) copy lib/Target/Hexagon/HexagonDepArch.h => unittests/ExecutionEngine/Orc/QueueCha [...] create mode 100644 unittests/ExecutionEngine/Orc/QueueChannel.h