[PATCH] D24832: [ELF] Resolve weak undefined TLS symbols when no phdr is available

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 18:57:40 PDT 2016


davide added a comment.

I think we treat weak undefined specially. http://llvm.org/viewvc/llvm-project?view=revision&revision=261591

isLazy() returns true. At least it did when I stepped through inside a debugger.


https://reviews.llvm.org/D24832





More information about the llvm-commits mailing list