Files
llvm-project/lld/lib/Core/File.cpp
2011-12-18 08:27:59 +00:00

17 lines
398 B
C++

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