blob: d55055aea2a99eea0a2a2bcbbea566f4897a9c48 [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 DARWINLDBACKEND_H
#define DARWINLDBACKEND_H
#ifdef ENABLE_UNITTEST
#include <gtest.h>
#endif
namespace mcld
{
/** \class DarwinLDBackend
* \brief DarwinLDBackend provides a common interface for all Darwin OS LDBackend.
*
* \see
*/
class DarwinLDBackend
{
};
} // namespace of mcld
#endif