Commits

Mark Lacey committed 5e40837b628
Always pass an llvm::Module* to performIRGeneration(). Previously it would create a new module if one was not passed in. There are no uses where we do not or cannot provide a module, so it seems reasonable to make the interface consistently require a module. Swift SVN r13016