[PATCH] D21917: ThinLTO: Remove check for multiple modules before applying weak resolutions.

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 20:03:15 PDT 2016


tejohnson added a comment.

Is this possible outside of this kind of test case? If there is an exported symbol, then presumably we are linking with another bitcode module (the importing module). In the case of PR19901 the overridden copy was in a native object, but here the importing module must also be bitcode (otherwise we can't actually import the symbol reference and no issue would arise).


http://reviews.llvm.org/D21917





More information about the llvm-commits mailing list