[PATCH] D104516: [mlir] Add a ThreadPool to MLIRContext and refactor MLIR threading usage

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 24 10:12:15 PDT 2021


nemanjai added a comment.

In D104516#2838887 <https://reviews.llvm.org/D104516#2838887>, @rriddle wrote:

> In D104516#2838885 <https://reviews.llvm.org/D104516#2838885>, @lei wrote:
>
>> The MLIR bot, https://lab.llvm.org/buildbot/#/builders/88/builds/14468, Have been red for over 30hr when this patch landed.  Please provide a fix or pull the related patches to bring the bot back to green.
>
> Are those related to this patch? Those all look like orc failures.

I think pulling in additional code has caused a relocation overflow in the runtime linker. We might have to switch to the large code model for ORC on PPC.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104516/new/

https://reviews.llvm.org/D104516



More information about the llvm-commits mailing list