[PATCH] Adding a timing option for IR parsing

Chandler Carruth chandlerc at google.com
Wed Mar 20 21:59:06 PDT 2013


On Wed, Mar 20, 2013 at 8:23 PM, Andrew Trick <atrick at apple.com> wrote:

> I don't pretend to understand the layering rules. But how can someone use
> IRReader without linking LLVMCore? I'm not even sure why IRReader is in
> Support given that it needs a context.


IRReader is the layering violation. We should fix that, and then this
becomes a non-problem.

And yea, I think putting the flag in the context makes a lot of sense.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130320/622dd329/attachment.html>


More information about the llvm-commits mailing list