blob: e309a7e428c0404ab682f0160af84ccf25735ce6 [file] [log] [blame]
Lang Hames0b2331b2017-04-06 01:49:21 +00001//===-------- QueueChannel.cpp - Unit tests the remote executors ----------===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
10#include "QueueChannel.h"
11
12char llvm::QueueChannelError::ID;
13char llvm::QueueChannelClosedError::ID;
14