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

Ian Li llvmlistbot at llvm.org
Fri Oct 10 15:37:08 PDT 2025


ianayl 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?

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


More information about the Mlir-commits mailing list