blob: 93dbcf5f967d41db21508461d4176591bc3bfaea [file] [log] [blame]
//===- lib/ReaderWriter/Writer.cpp ----------------------------------------===//
//
// The LLVM Linker
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "lld/ReaderWriter/Writer.h"
namespace lld {
Writer::Writer() {
}
Writer::~Writer() {
}
WriterOptions::WriterOptions() {
}
} // namespace lld