Hi guys ! I recently found that ldc doesn't compile with llvm master anymore. They removed CreateCall[2-3] functions ans some of overloads of CreateCall too. Now all the parameters should be passed to that function by vector<llvm::Value *>. Anyone to fix ?