diff options
Diffstat (limited to 'gnu/llvm/tools/lld/lib/Core/Writer.cpp')
| -rw-r--r-- | gnu/llvm/tools/lld/lib/Core/Writer.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/llvm/tools/lld/lib/Core/Writer.cpp b/gnu/llvm/tools/lld/lib/Core/Writer.cpp new file mode 100644 index 00000000000..93e6438a28f --- /dev/null +++ b/gnu/llvm/tools/lld/lib/Core/Writer.cpp @@ -0,0 +1,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 |
