frameworks/compile/mclinker/lib/Core/AttributeOption.cpp

23 lines
665 B
C++
Raw Normal View History

2025-08-25 08:17:13 +08:00
//===- AttributeOption.cpp ------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "mcld/AttributeOption.h"
namespace mcld {
//===----------------------------------------------------------------------===//
// AttributeOption
//===----------------------------------------------------------------------===//
AttributeOption::AttributeOption() {
}
AttributeOption::~AttributeOption() {
}
} // namespace mcld