[PATCH] D45508: Implement --ctors-in-init-array.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 14:29:36 PDT 2018


ruiu added a comment.

I found that this patch isn't correct. Sorry guys. The issue is that we need to reverse the contents after applying relocations. This patch reverses it before applying relocations. I need to fix that. I'll update the patch.


https://reviews.llvm.org/D45508





More information about the llvm-commits mailing list