After following the instructions in the README, I successfully built the Minotaur Docker image, which depends on the llvmorg-20.1.8-patched LLVM branch and v20.0 branch of alive2.
When running Minotaur inside the Docker image, either by loading the online.so pass explicitly or by executing minotaur-cc, I get the following error:
error: unable to load plugin '/home/dev/minotaur/build/online.so': '/home/dev/minotaur/build/online.so: undefined symbol: _ZTVN2IR14X86IntrinBinOpE'
I haven't been able to find out what libraries or flags are missing. Do you know how to fix this?