[PATCH] D15450: Avoid double deletion in Clang driver.

Yaron Keren via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 17 06:16:43 PST 2016


yaron.keren added a comment.

It certainly makes sense to redirect the module request to its owner instead of duplicating it in a local copy.

There may be a change in behaviour here, pre-patch CodeGenAction::EndSourceFileAction() would take the BackendConsumer Module, keeping CodeGen Module intact whereas post-patch it takes the CodeGen Module.
How does this work out?


http://reviews.llvm.org/D15450





More information about the cfe-commits mailing list