Files
revng-revng/lib/Pipes/LLVMContextWrapper.cpp
Massimo Fioravanti a8a8da3bae Introduce revng pipes
This commit imports all the revng pipes (and other support utilities) to
be used with `revng-pipeline`. In particular, the pipes necessary for
binary translations have been introduced.
2022-02-08 00:05:03 +01:00

16 lines
387 B
C++

/// \file LLVMContextWrapper.cpp
/// \brief LLVMContextWrapper wraps a llvm context so that it can be added to
/// the pipeline context
//
// This file is distributed under the MIT License. See LICENSE.md for details.
//
#include "revng/Pipes/LLVMContextWrapper.h"
using namespace std;
using namespace pipeline;
using namespace revng::pipes;
const char LLVMContextWrapper::ID = '0';