blob: f4bc29fd4027e1d12e7961e55a546e99741d7dfb [file] [log] [blame]
//===- DarwinLDBackend.h --------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef MCLD_TARGET_DARWINLDBACKEND_H
#define MCLD_TARGET_DARWINLDBACKEND_H
namespace mcld
{
/** \class DarwinLDBackend
* \brief DarwinLDBackend provides a common interface for all Darwin OS LDBackend.
*
* \see
*/
class DarwinLDBackend
{
};
} // namespace of mcld
#endif