Mercurial > hg > CbC > CbC_llvm
view 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 |
line wrap: on
line source
//===-------- 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;