[PATCH] D34034: [LLD][ELF] Make createThunks() iterate until no more thunks added

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 12:42:35 PDT 2017


ruiu added a comment.

If I expect that it always converges on the first iteration, I wouldn't use a for-loop, but just call createThunks twice and assert that the second return value is always false. You can convert it to a loop later.


https://reviews.llvm.org/D34034





More information about the llvm-commits mailing list