blob: 2a79f11cfa22a54e5fdfe5a62f119c22da102b2f [file] [log] [blame]
//===- ELFEmulation.h -----------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef MCLD_TARGET_ELFEMULATION_H
#define MCLD_TARGET_ELFEMULATION_H
#ifdef ENABLE_UNITTEST
#include <gtest.h>
#endif
namespace mcld {
class LinkerConfig;
class LinkerScript;
bool MCLDEmulateELF(LinkerScript& pScript, LinkerConfig& pConfig);
} // namespace of mcld
#endif