[PATCH] D28336: Replace addEarlyAsPossiblePasses callback with adjustPassManager

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 18:28:40 PST 2017


rampitec added a comment.

In https://reviews.llvm.org/D28336#658349, @jlebar wrote:

> I suspect the issue is not windows versus other operating systems but statically-linked versus dynamically-linked.  Usually we just need to update an LLVMBuild.txt file somewhere.
>
> I'll try to look at this soon if someone doesn't get to it first.


Oh, You might be right. I think we need to add IPO to the required_libraries for both backends. Do you mind me adding it?


Repository:
  rL LLVM

https://reviews.llvm.org/D28336





More information about the llvm-commits mailing list