[PATCH] D49777: [LTO] Don't internalize declarations

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 16:25:06 PDT 2018


inglorion added a comment.

In https://reviews.llvm.org/D49777#1175774, @mehdi_amini wrote:

> >   but declarations cannot be internal. 
>
> Do you mean that the IR verifier would fail?


Yes. And this causes the Chrome ThinLTO build to fail on Windows.


https://reviews.llvm.org/D49777





More information about the llvm-commits mailing list