[PATCH] D18012: [lto] Make sure that ctors are added to the combined module.

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 14:40:13 PST 2016


silvas added a comment.

Without this patch, llvm.global_ctors is not added to the combined module and so the final output contains no ctors. Programs that need these are thus mis-linked/mis-compiled.


http://reviews.llvm.org/D18012





More information about the llvm-commits mailing list