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

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 13 07:34:39 PDT 2018


ikudrin added a comment.

If I calculate it right, your code has the same cyclomatic complexity as the original one. At the same time, it is one level deeper, taking into account the number of conditions for the particular lines.


https://reviews.llvm.org/D50632





More information about the llvm-commits mailing list