[PATCH] D40614: Add .init_array support to Wasm LLD

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 14:26:43 PST 2017


ruiu added a comment.

I wonder if you can do everything in the loader. We can let lld create .init_array and .fini_array (which is default behavior) and make a change to the loader so that the loader executes each function pointer in .init_array and .fini_array sections, no?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D40614





More information about the llvm-commits mailing list