Missing LLHD symbol preventing updating MLIR

I’m wondering if anyone has ideas about what is happening here? It doesn’t happen on my local build.

CMake seems to have to misplaced the “_mlir__mlir_ciface_llhd_init” symbol.

I had issues linking LLHD in the Windows build, but nothing like this. Based entirely on the symbol name, I’d guess this is a MLIR template instantiation…?

You can reproduce the nightly integration build (which is not what’s failing but could repro it since they are similar environments) locally with docker. Check out utils/run-docker.sh and related scripts.