From 773a8fb6ab38682f470e81ad9201b5d7919dd6ac Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Sun, 18 Dec 2011 08:27:59 +0000 Subject: Initial commit. Code by Nick Kledzik. Cleanups and build system by me. llvm-svn: 146844 --- lld/lib/Core/File.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lld/lib/Core/File.cpp (limited to 'lld/lib/Core/File.cpp') diff --git a/lld/lib/Core/File.cpp b/lld/lib/Core/File.cpp new file mode 100644 index 00000000000..e123d5ec192 --- /dev/null +++ b/lld/lib/Core/File.cpp @@ -0,0 +1,16 @@ +//===- Core/File.cpp - A Contaier of Atoms --------------------------------===// +// +// 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" + +namespace lld { + +File::~File() {} + +} -- cgit v1.2.3