diff options
author | Rui Ueyama <ruiu@google.com> | 2014-09-08 18:01:42 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-09-08 18:01:42 +0000 |
commit | 553ac40f2e17a01496c49843fc54e060210f502a (patch) | |
tree | da23d899fb1509439b429a20ad0edd6d0c6a132b /lld/lib/Core/File.cpp | |
parent | c7c3ae0a8b2fa14da526a7ae770a91561f6a622c (diff) | |
download | bcm5719-llvm-553ac40f2e17a01496c49843fc54e060210f502a.tar.gz bcm5719-llvm-553ac40f2e17a01496c49843fc54e060210f502a.zip |
Partially roll back r217324.
llvm-svn: 217392
Diffstat (limited to 'lld/lib/Core/File.cpp')
-rw-r--r-- | lld/lib/Core/File.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/lib/Core/File.cpp b/lld/lib/Core/File.cpp index 393a4608ecc..624fca9386d 100644 --- a/lld/lib/Core/File.cpp +++ b/lld/lib/Core/File.cpp @@ -12,6 +12,8 @@ namespace lld { +File::~File() {} + File::atom_collection_empty<DefinedAtom> File::_noDefinedAtoms; File::atom_collection_empty<UndefinedAtom> File::_noUndefinedAtoms; File::atom_collection_empty<SharedLibraryAtom> File::_noSharedLibraryAtoms; |