blob: bc2fd2b754d5f87b7b83764e8ed69f537651ca69 [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 mcld
#endif // MCLD_TARGET_DARWINLDBACKEND_H_