[cfe-dev] Is ModuleBuilder useful to anyone?

Yaron Keren yaron.keren at gmail.com
Mon Dec 29 23:22:05 PST 2014


Following


http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140825/113355.html

In tree,  ModuleBuilder has one user (+test) only, the BackendConsumer.
The interaction between the two classes complicates BackendConsumer logic.
For instance, both hold the same Module * in two different std::unique_ptr
and dance around this problem to avoid releasing it twice or none.

Out of tree, is ModuleBuilder limited functionality useful to any project?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20141230/d5188e36/attachment.html>


More information about the cfe-dev mailing list