Mercurial > hg > CbC > CbC_llvm
annotate unittests/ExecutionEngine/Orc/QueueChannel.cpp @ 147:c2174574ed3a
LLVM 10
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 16:55:33 +0900 |
parents | 803732b1fca8 |
children |
rev | line source |
---|---|
121 | 1 //===-------- QueueChannel.cpp - Unit tests the remote executors ----------===// |
2 // | |
147 | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. |
4 // See https://llvm.org/LICENSE.txt for license information. | |
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | |
121 | 6 // |
7 //===----------------------------------------------------------------------===// | |
8 | |
9 #include "QueueChannel.h" | |
10 | |
11 char llvm::QueueChannelError::ID; | |
12 char llvm::QueueChannelClosedError::ID; | |
13 |