[lld] r249462 - [elf2] Correctly determine if we should ignore missing __tls_get_addr.

Michael Spencer via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 16:46:26 PDT 2015


On Tue, Oct 6, 2015 at 3:20 PM, Rafael EspĂ­ndola
<rafael.espindola at gmail.com> wrote:
>> +  bool needsDynamicSections() const { return isOutputDynamic(); }
>
> Just inline this.
>
>
>> +// RUN: not lld -flavor gnu2 -static %t %tshared -o %tout
> Please check the error message.
>
> Cheers,
> Rafael

r250125 and r250126.

- Michael Spencer


More information about the llvm-commits mailing list