[PATCH] D51409: [LLD][ELF] - Do not forget to clean synthetic sections pointers before link().

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 5 02:10:29 PDT 2018


grimar added a comment.

Honestly saying, this is a bit strange feature, though I assumed it should work because we already have `memset(&Out::First, 0, sizeof(Out));` line.
So, I am sorry, I am not sure about the correctness of this patch, it looked unusual to me, but I supposed it is ok to use it because of above.


https://reviews.llvm.org/D51409





More information about the llvm-commits mailing list