summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/Writer.cpp
blob: 93e6438a28f5ea8e0f70016503669887ecc0cd55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//===- 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/File.h"
#include "lld/Core/Writer.h"

namespace lld {
Writer::Writer() {
}

Writer::~Writer() {
}
} // end namespace lld
OpenPOWER on IntegriCloud