blob: 852eaa5bce0410a1b4ee2f4126e2d3979fee3cb0 [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_
namespace mcld {
/** \class DiagnosticLineInfo
* \brief Map the address to the line of code.
*/
class DiagnosticLineInfo {};
} // namespace mcld
#endif // MCLD_LD_DIAGNOSTICLINEINFO_H_