blob: db352873fb48f04f749d628452bc9710750a94e9 [file] [log] [blame]
//===- DiagnosticLineInfo.h -----------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef MCLD_LD_DIAGNOSTICLINEINFO_H
#define MCLD_LD_DIAGNOSTICLINEINFO_H
#ifdef ENABLE_UNITTEST
#include <gtest.h>
#endif
namespace mcld
{
/** \class DiagnosticLineInfo
* \brief Map the address to the line of code.
*/
class DiagnosticLineInfo
{
};
} // namespace of mcld
#endif