git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295131
91177308-0d34-0410-b5e6-
96231b3b80d8
coff_symbol->Aux[0].Aux.SectionDefinition.Selection = Sec.getSelection();
coff_section->Header.Characteristics = Sec.getCharacteristics();
-
- uint32_t &Characteristics = coff_section->Header.Characteristics;
- Characteristics |= getAlignment(Sec);
+ coff_section->Header.Characteristics |= getAlignment(Sec);
// Bind internal COFF section to MC section.
coff_section->MCSection = &Sec;