[PATCH] D29315: MCMacho: Allow __thread_ptr section after dwarf sections
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 31 12:00:05 PST 2017
MatzeB added a comment.
In https://reviews.llvm.org/D29315#661848, @grosbach wrote:
> Nothing that can have relocations or fixups to or from it should go after the debug info. This patch doesn't seem right to me.
What's the motivation for this rule? Less work when `strip`ing a binary?
Also we do allow the __DATA/__nl_symbol_ptr section after the dwarf sections today it seems, shouldn't __DATA/__thread_ptr behave very similar?
Repository:
rL LLVM
https://reviews.llvm.org/D29315
More information about the llvm-commits
mailing list