Retry defaulting the virtual dtor in LoadedObjectInfo
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 4 Jun 2015 20:41:51 +0000 (20:41 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 4 Jun 2015 20:41:51 +0000 (20:41 +0000)
commitd8445a5617d6af05883721afef4c32458923b7e3
tree995d3e9e5f25cd5e39859f68f28e43f4def809da
parent8207641251706ea808df6d2a1ea8f87b8ee04c6d
Retry defaulting the virtual dtor in LoadedObjectInfo

Originally committed in r237975, GCC 4.7 gave a compilation error
regarding "looser throw specification" though it seemed to be pointing
to a virtual defaulted dtor in a base class and an override defaulted
dtor in a derived class - so I'm not quite sure why/how they could end
up with different throw specifications. To simplify and reduce the risk
of this, I've just removed the pointless override in the derived class,
the base class's should be sufficient. *fingers crossed*

llvm-svn: 239088
llvm/include/llvm/DebugInfo/DIContext.h
llvm/include/llvm/ExecutionEngine/RuntimeDyld.h