[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:42:44 PST 2016
silvas added a comment.
The need for ExtraKeeps is because llvm.global_ctors and the other SF_FormatSpecific have names in IR but those names are not symbols for the linker.
http://reviews.llvm.org/D18012
More information about the llvm-commits
mailing list