forked from OSchip/llvm-project
Constify getELFDynamicSymbolIterators standalone function. NFC.
llvm-svn: 220232
This commit is contained in:
parent
3c6915fa40
commit
3f3ea33531
|
@ -934,7 +934,7 @@ inline std::error_code getELFRelocationAddend(const RelocationRef R,
|
|||
}
|
||||
|
||||
inline std::pair<symbol_iterator, symbol_iterator>
|
||||
getELFDynamicSymbolIterators(SymbolicFile *Obj) {
|
||||
getELFDynamicSymbolIterators(const SymbolicFile *Obj) {
|
||||
return cast<ELFObjectFileBase>(Obj)->getELFDynamicSymbolIterators();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue