[PATCH] D37837: Keep some relocations with undefined weak symbols
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 14 19:45:15 PDT 2017
ruiu added a comment.
> Unfortunately it also depends on there being a .so in the link or not,
> so it has to be set after the others.
SetConfigs is called after createFiles, and all .so files are added by createFiles, it is safe to initialize the variable in SetConfigs, no?
https://reviews.llvm.org/D37837
More information about the llvm-commits
mailing list