blob: a57fe37230258b9fe87acd6506c029ac7572392e [file] [log] [blame]
//===- X86ELFMCLinker.cpp -------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "X86ELFMCLinker.h"
using namespace mcld;
X86ELFMCLinker::X86ELFMCLinker(LinkerConfig& pConfig,
mcld::Module& pModule,
FileHandle& pFileHandle)
: ELFMCLinker(pConfig, pModule, pFileHandle) {
}
X86ELFMCLinker::~X86ELFMCLinker()
{
}