122add6ff3426df1a85089fe6a6e1597ee3b6f300Shih-wei Liao//===- AttributeOption.cpp ------------------------------------------------===//
2affc150dc44fab1911775a49636d0ce85333b634Zonr Chang//
3affc150dc44fab1911775a49636d0ce85333b634Zonr Chang//                     The MCLinker Project
4affc150dc44fab1911775a49636d0ce85333b634Zonr Chang//
5affc150dc44fab1911775a49636d0ce85333b634Zonr Chang// This file is distributed under the University of Illinois Open Source
6affc150dc44fab1911775a49636d0ce85333b634Zonr Chang// License. See LICENSE.TXT for details.
7affc150dc44fab1911775a49636d0ce85333b634Zonr Chang//
8affc150dc44fab1911775a49636d0ce85333b634Zonr Chang//===----------------------------------------------------------------------===//
937b74a387bb3993387029859c2d9d051c41c724eStephen Hines#include "mcld/AttributeOption.h"
10affc150dc44fab1911775a49636d0ce85333b634Zonr Chang
1137b74a387bb3993387029859c2d9d051c41c724eStephen Hinesnamespace mcld {
12affc150dc44fab1911775a49636d0ce85333b634Zonr Chang
13cedee4b38f4786845183be7f5916dd520a170ae0Shih-wei Liao//===----------------------------------------------------------------------===//
1422add6ff3426df1a85089fe6a6e1597ee3b6f300Shih-wei Liao// AttributeOption
15cedee4b38f4786845183be7f5916dd520a170ae0Shih-wei Liao//===----------------------------------------------------------------------===//
1637b74a387bb3993387029859c2d9d051c41c724eStephen HinesAttributeOption::AttributeOption() {
17affc150dc44fab1911775a49636d0ce85333b634Zonr Chang}
18affc150dc44fab1911775a49636d0ce85333b634Zonr Chang
1937b74a387bb3993387029859c2d9d051c41c724eStephen HinesAttributeOption::~AttributeOption() {
20affc150dc44fab1911775a49636d0ce85333b634Zonr Chang}
2137b74a387bb3993387029859c2d9d051c41c724eStephen Hines
2237b74a387bb3993387029859c2d9d051c41c724eStephen Hines}  // namespace mcld
23