diff options
Diffstat (limited to 'unittests/ExecutionEngine/Orc/QueueChannel.cpp')
-rw-r--r-- | unittests/ExecutionEngine/Orc/QueueChannel.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/unittests/ExecutionEngine/Orc/QueueChannel.cpp b/unittests/ExecutionEngine/Orc/QueueChannel.cpp new file mode 100644 index 000000000000..e309a7e428c0 --- /dev/null +++ b/unittests/ExecutionEngine/Orc/QueueChannel.cpp @@ -0,0 +1,14 @@ +//===-------- QueueChannel.cpp - Unit tests the remote executors ----------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#include "QueueChannel.h" + +char llvm::QueueChannelError::ID; +char llvm::QueueChannelClosedError::ID; + |