diff options
Diffstat (limited to 'lld/lib/Core/File.cpp')
-rw-r--r-- | lld/lib/Core/File.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
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() {} + +} |