[PATCH] D30419: [ELF] - Define __bss_start symbol.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 00:53:13 PST 2017


>So is it ok for commit with original check ?
>>>> +    bool IsBSS = (In<ELFT>::Common && In<ELFT>::Common->OutSec == OS) ||
>>>> +                 OS == Out::Bss || OS == Out::BssRelRo;
>
>George.

Hi Rafael,

so is commiting with this original check (and not NOBITS) is fine for you ?

George.


More information about the llvm-commits mailing list