annotate unittests/ExecutionEngine/Orc/QueueChannel.cpp @ 131:f476a9ba4795
http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt
author |
mir3636 |
date |
Fri, 16 Feb 2018 21:02:11 +0900 |
parents |
803732b1fca8 |
children |
c2174574ed3a |
rev |
line source |
121
|
1 //===-------- 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
|
|
12 char llvm::QueueChannelError::ID;
|
|
13 char llvm::QueueChannelClosedError::ID;
|
|
14
|