[PATCH] D50632: [LLD][ELF] - Simplify TLS LD handling code.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 5 07:54:49 PST 2018


ruiu added a comment.

I'd like to see more drastic refactoring of this code. Honestly we should completely rewrite this code because the current code is really hard to read. As to this patch, I'm not sure if this is an improvement from readability perspective, as both the current code and the new code are hard to understand to me.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D50632/new/

https://reviews.llvm.org/D50632





More information about the llvm-commits mailing list