| //===- DiagnosticLineInfo.h -----------------------------------------------===// |
| // |
| // The MCLinker Project |
| // |
| // This file is distributed under the University of Illinois Open Source |
| // License. See LICENSE.TXT for details. |
| // |
| //===----------------------------------------------------------------------===// |
| #ifndef MCLD_DIAGNOSTICLINEINFO_H |
| #define MCLD_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 |
| |