forked from OSchip/llvm-project
parent
bd014f4d91
commit
035cd8dd75
|
@ -521,7 +521,6 @@ static bool shouldKeepInSymtab(SectionBase *Sec, StringRef SymName,
|
|||
if (B.isSection())
|
||||
return false;
|
||||
|
||||
|
||||
if (Config->Discard == DiscardPolicy::None)
|
||||
return true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue