blob: a3c939f40ab517fbe14064f59197aad15491fdab [file] [log] [blame]
Nick Kledzikabb69812012-05-31 22:34:00 +00001//===- lib/ReaderWriter/Reader.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/ReaderWriter/Reader.h"
11
12#include "llvm/ADT/OwningPtr.h"
13#include "llvm/ADT/StringRef.h"
14#include "llvm/Support/MemoryBuffer.h"
15#include "llvm/Support/system_error.h"
16
Nick Kledzikabb69812012-05-31 22:34:00 +000017namespace lld {
Nick Kledzikabb69812012-05-31 22:34:00 +000018Reader::~Reader() {
19}
Shankar Easwaran8962feb2013-03-14 16:09:49 +000020} // end namespace lld