Commits

Michael Gottesman committed 99c6e2ce558
Pass in the actual unique_ptr of the submodule to llvm::Linker::linkModules to deal with an API that was updated upstream. What is important to note is that the submodule needs to be forwarded via a move constructor to make sure that we do not destroy the value early.