Files
clang-p2996/lld/lib/ReaderWriter/Writer.cpp
Michael J. Spencer 64afcb4c6b Move everything over to TargetInfo.
I really would have liked to split this patch up, but it would greatly
complicate the lld-core and lld drivers having to deal with both
{Reader,Writer}Option and TargetInfo.

llvm-svn: 173217
2013-01-23 01:18:43 +00:00

19 lines
454 B
C++

//===- 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() {
}
} // end namespace lld