]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/lld/lib/Core/Writer.cpp
MFV r302649: 7016 arc_available_memory is not 32-bit safe
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / lld / lib / Core / Writer.cpp
1 //===- lib/Core/Writer.cpp ------------------------------------------------===//
2 //
3 //                             The LLVM Linker
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9
10 #include "lld/Core/Writer.h"
11
12 namespace lld {
13
14 Writer::Writer() = default;
15
16 Writer::~Writer() = default;
17
18 } // end namespace lld