[PATCH] D51409: [LLD][ELF] - Do not forget to clean synthetic sections pointers before link().
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 29 02:45:07 PDT 2018
ruiu added a comment.
I'd memset InX to zero it out instead. Also, don't you need to clear In as well?
https://reviews.llvm.org/D51409
More information about the llvm-commits
mailing list