Make class final to pacify -Wnon-virtual-dtor.

llvm-svn: 250805
This commit is contained in:
Manuel Klimek 2015-10-20 08:21:01 +00:00
parent b993613800
commit 100f40c0fd
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ static const char *getResolutionName(ld_plugin_symbol_resolution R) {
}
namespace {
class LocalValueMaterializer : public ValueMaterializer {
class LocalValueMaterializer final : public ValueMaterializer {
DenseSet<GlobalValue *> &Dropped;
DenseMap<GlobalObject *, GlobalObject *> LocalVersions;