[PATCH] D29439: FunctionImport: Remove the -disable-force-link-odr flag and change importFunctions to never force link.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 10:51:49 PST 2017


pcc added a comment.

In https://reviews.llvm.org/D29439#664406, @mehdi_amini wrote:

> What changed that makes it no longer needed?
>  I had to add this flag because this test was relying on this behavior (here https://reviews.llvm.org/D19096#inline-162741 )


I gather that at the time the gold plugin and ThinLTOCodeGenerator were using force-link-odr and we needed some way to test it.


https://reviews.llvm.org/D29439





More information about the llvm-commits mailing list