summaryrefslogtreecommitdiff
path: root/include/mcld/LD/Group.h
blob: c5ce8274e0cfbd5cd815398cf6d2061946b4957c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//===- Group.h ------------------------------------------------------------===//
//
//                     The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef LD_GROUP_H
#define LD_GROUP_H
#ifdef ENABLE_UNITTEST
#include <gtest.h>
#endif

namespace mcld
{

/** \class Group
 *  \brief Group records the grouping of all regions
 */
class Group
{
};

} // namespace of mcld

#endif