It looks like we're getting CI failures in part because some of the tests need LLVM's gold-linker plugin. Can we update the system to install binutils-dev and then compile LLVM with the necessary flags to build LLVMgold.so? I think the cmake configuration flag should be -DLLVM_BINUTILS_INCDIR=/usr/include. I'll look into the other sources of errors.
It looks like we're getting CI failures in part because some of the tests need LLVM's gold-linker plugin. Can we update the system to install binutils-dev and then compile LLVM with the necessary flags to build LLVMgold.so? I think the cmake configuration flag should be -DLLVM_BINUTILS_INCDIR=/usr/include. I'll look into the other sources of errors.