forked from OSchip/llvm-project
parent
5ebc54d9ea
commit
1e412eaa72
|
@ -1005,8 +1005,8 @@ void ELFObjectWriter::CreateRelocationSections(MCAssembler &Asm,
|
|||
unsigned Flags = 0;
|
||||
StringRef Group = "";
|
||||
if (Section.getFlags() & ELF::SHF_GROUP) {
|
||||
Flags = ELF::SHF_GROUP;
|
||||
Group = Section.getGroup()->getName();
|
||||
Flags = ELF::SHF_GROUP;
|
||||
Group = Section.getGroup()->getName();
|
||||
}
|
||||
|
||||
const MCSectionELF *RelaSection =
|
||||
|
|
Loading…
Reference in New Issue