wsmoses / Tapir-LLVM

Tapir extension to LLVM for optimizing Parallel Programs
Other
132 stars 24 forks source link

Compiler RT docker fixes #25

Closed wsmoses closed 7 years ago

neboat commented 7 years ago

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.