forked from OSchip/llvm-project
parent
cf3063b4a3
commit
036dc97e0e
|
@ -616,7 +616,7 @@ template <class ELFT> std::error_code ELFFile<ELFT>::createAtoms() {
|
||||||
const Elf_Shdr *section = i.first;
|
const Elf_Shdr *section = i.first;
|
||||||
|
|
||||||
// Check if need to create atoms for this section?
|
// Check if need to create atoms for this section?
|
||||||
if ((ignoreCreateAtomsForSection(section)))
|
if (ignoreCreateAtomsForSection(section))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
std::vector<Elf_Sym_Iter> &symbols = i.second;
|
std::vector<Elf_Sym_Iter> &symbols = i.second;
|
||||||
|
|
Loading…
Reference in New Issue