[ELF] - Add virtual destructor to LinkerScriptBase class. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 8 Sep 2016 09:59:13 +0000 (09:59 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 8 Sep 2016 09:59:13 +0000 (09:59 +0000)
commit9fc6143a5b3fbfa44658836b60e85e4aaf0e0905
treea8756b22b3fa405c76dd6b2ba25131eb4b9f3c9a
parent36fac7f0d0f7527ef2e15780fc41686629b930ad
[ELF] - Add virtual destructor to LinkerScriptBase class. NFC.

Absence of it caused a clang warning:
warning: 'lld::elf::LinkerScriptBase' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor]

At fact we don't need it here because do not destroy this object by
base pointer.

llvm-svn: 280916
lld/ELF/LinkerScript.h