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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 15:20:32 PDT 2015


> +  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


More information about the llvm-commits mailing list