summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/lld/lib/Core/Writer.cpp
blob: 51f95bc5053a4a2b9ded3a0e79e26615228a079c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//===- lib/Core/Writer.cpp ------------------------------------------------===//
//
//                             The LLVM Linker
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#include "lld/Core/Writer.h"

namespace lld {

Writer::Writer() = default;

Writer::~Writer() = default;

} // end namespace lld
OpenPOWER on IntegriCloud