[lld] r249365 - [elf2] Ignore __tls_get_addr when static linking.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 11:56:50 PDT 2015


> +.global _start
> +.text

The file starts at .text, you don't need it here.

Cheers,
Rafael


More information about the llvm-commits mailing list