[Mlir-commits] [mlir] [MLIR][Math][XeVM] Reintroduce MathToXeVM (math-to-xevm) pass (PR #162934)

Charitha Saumya llvmlistbot at llvm.org
Fri Oct 10 15:39:47 PDT 2025


charithaintc wrote:

> > > > I can see all the changes in this PR. I think you need to either revert the previous PR and apply this or only add the missing link libraries.
> > > 
> > > 
> > > A revert was merged at #162923, I think I have to land my prior PR again
> > 
> > 
> > ah great. thanks!
> > Tip: you can avoid linking issues by doing a local shared_lib build. `-DBUILD_SHARED_LIBS=ON `
> 
> Thank you for the tip, I unfortunately had to learn this the hard way 😅 It builds now with `BUILD_SHARED_LIBS=ON`
> 
> Are there anything else that I should watch out for?

AFAIK That's all you can do + PR CI.

sometimes it can still fail in post merge CI. for those the only solution is to revert unfortunately. 

https://github.com/llvm/llvm-project/pull/162934


More information about the Mlir-commits mailing list