Files
revng-revng/lib/Pipeline/LLVMContainer.cpp
2022-02-07 20:11:37 +01:00

16 lines
450 B
C++

/// \file LLVMContainer.cpp
/// \brief A llvm container is a container which uses a llvm module as a
/// backend, and can be customized with downstream kinds that specify which
/// global objects in it are which target.
//
// This file is distributed under the MIT License. See LICENSE.md for details.
//
#include "revng/Pipeline/LLVMContainer.h"
char pipeline::LLVMContainerTypeID = '0';
template<>
const char pipeline::LLVMContainer::ID = '0';