mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 06:26:08 +00:00
Trying to fix the windows build.
llvm-svn: 295925
This commit is contained in:
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…
x
Reference in New Issue
Block a user