Remove the HiddenWeakTemplateVTables CodeGen option. It's currently unused.
llvm-svn: 166561
This commit is contained in:
@@ -353,9 +353,7 @@ void CodeGenModule::setTypeVisibility(llvm::GlobalValue *GV,
|
||||
// to deal with mixed-visibility symbols.
|
||||
case TSK_ExplicitSpecialization:
|
||||
case TSK_ImplicitInstantiation:
|
||||
if (!CodeGenOpts.HiddenWeakTemplateVTables)
|
||||
return;
|
||||
break;
|
||||
return;
|
||||
}
|
||||
|
||||
// If there's a key function, there may be translation units
|
||||
|
||||
Reference in New Issue
Block a user