forked from OSchip/llvm-project
parent
c404d50d7c
commit
4b8baab907
|
@ -473,8 +473,8 @@ void InputSection<ELFT>::relocateNonAlloc(uint8_t *Buf, ArrayRef<RelTy> Rels) {
|
|||
}
|
||||
}
|
||||
|
||||
template <class ELFT> ObjectFile<ELFT> *InputSectionBase::getFile() const {
|
||||
return cast_or_null<ObjectFile<ELFT>>(File);
|
||||
template <class ELFT> elf::ObjectFile<ELFT> *InputSectionBase::getFile() const {
|
||||
return cast_or_null<elf::ObjectFile<ELFT>>(File);
|
||||
}
|
||||
|
||||
template <class ELFT>
|
||||
|
|
Loading…
Reference in New Issue