[PATCH] D44206: [WebAssembly] Create SyntheticFunction for __wasm_call_ctors earlier
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 7 09:39:58 PST 2018
ruiu added a comment.
If that's the case, I don't think just putting a .ctor at beginning of a file is not enough. You probably should sort functions by topological order so that the functions and data that a .ctor needs are available early.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D44206
More information about the llvm-commits
mailing list