1 //===-------- QueueChannel.cpp - Unit tests the remote executors ----------===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 #include "QueueChannel.h"
12 char llvm::QueueChannelError::ID
;
13 char llvm::QueueChannelClosedError::ID
;